Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 547 Bytes

development.md

File metadata and controls

16 lines (13 loc) · 547 Bytes

Development server

Development server

With a running API

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.

Demo with a fake API

  • Open app.module.ts and uncomment annoted code near "uncomment to enable demo".
  • Run npm run demo
  • issues : File upload doesn't work

Build

  • Prod build with specified web context : npm run dist
  • Demo build for github pages : npm run demobuild