Demo application written during the Fusonic Mega Hackathon 2020. Read more about the problem and the implementation here.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run npm start
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
TL;DR: npm start
Run npm run build
to build the project for production. The build artifacts will be stored in the dist/
directory.
TL;DR: npm run build
The assets generated by the production build can be served with npm run production
.
TL;DR: npm run build && npm run production