- NodeJS
- Angular CLI
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
- Open app.module.ts and uncomment annoted code near "uncomment to enable demo".
- Run
npm run demo
- issues : File upload doesn't work
- Prod build with specified web context :
npm run dist
- Demo build for github pages :
npm run demobuild