This repository is used to demonstrate various Angular techniques
- NodeJS (running version 14.x.x)
- NPM (running version 6.x.x)
npm run build- Compiles a completedistfolder for simple FTP-style deploymentnpm run serve- Starts the application locally on prt 8080 and opens the system's default browser to the applicationnpm start- Starts the application locallynpm test- Runs the unit tests and reports code coverage
- Angular related
npm run ng- used by Angular CLI for various tasks
- Git related
npm run write-git-commit-to-file- used to bump the version listed in version.info (during precommit hook)npm run prepare- used to setup the Husky CLI tool
- Heroku related
npm run heroku-postbuild- used by Heroku to generate a deployable directory (dist)npm run heroku-prebuild- used by Heroku to install application dependenciesnpm run start:heroku- used by Heroku to start the application
- NodeJS / NPM related
npm run prebuild- generic script that installs dependencies prior to a build step
This project was seeded using this guide
- Improve navigation (add nav items to new components)
- Hook up address form on Game component to address form
- Add nicer intro page (since site is live)