524 B
524 B
Cameron's Homepage
Hosted at cameroncordes.me.
Angular 9 based website with pages for:
- Home/About
- Resume
- Projects
- Contact
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 installnpm install -g @angular/cli@9.0.5ng buildto buildng serveto run locally on port 4200ng testto run unit tests
Build for production
./docker-build.sh