Add environment and build/run instructions

This commit is contained in:
Cameron Cordes
2020-03-07 08:28:04 -05:00
parent baac0eb800
commit 0aa0259316

View File

@@ -9,3 +9,20 @@ Angular 9 based website with pages for:
In the future it would be nice to host a little blog with this site, but first to write some blog posts.. In the future it would be nice to host a little blog with this site, but first to write some blog posts..
# Environment
- `node 13.10.*`
- `npm 6.14.*`
# Build/Run
- `npm install`
- `npm install -g @angular/cli@9.0.5`
- `ng build` to build
- `ng serve` to run locally on port 4200
- `ng test` to run unit tests
# Build for production
`./docker-build.sh`