You will need
- node.js to run the skeleton.
- Open the terminal
cd path/to/project
- Run
npm install
to install dev tools - Run
npm start
to generate the project
This will build the project and generate it in /build
, start a server and open the project in your browser.
This project using the skeleton boiler plate. Check out the skeleton documentation for more infos