- Clone the repo
- Install npm dependencies:
npm install
- Complete "Setup" step above
- Start webpack:
npm run webpack. This will do the following:- Run
app/through the eslint rules - Compile
app/into a single "bundle" file located inpublic/js/ - Generate an
index.htmlfile intopublic/using the template found here - Watch
app/and re-run webpack if any changes are detected
- Run
- Open a new terminal window and start a local server:
npm start. This will do the following:- Start up a node server on
https://localhost:4200 - Open a new browser window
- Watch
public/and reload the page if any changes are detected
- Start up a node server on
- You can now view/test the app