Skip to content

StaticMania/apsho

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APSHO

APSHO HTML Theme Development Structure

** Recommended modules and Installation process **

  1. We need Node modules to run the project. To install Node Modules visit the following links and follow the steps. Install Node
  2. Then We need to install Yarn. Please click here to install Yarn.
  3. After downloading the project run yarn to install the modules.
  4. After successfully installed all require modules, run yarn dev to run the project. this will create a dist folder, where all the developed file will remain.
  5. To built the final project, run yarn build command.
  6. For more details, read the full documenation here.