This Project is generated with Angular CLI.
This project uses the
- Angular 4: frontend framework
Other tools and technologies used:
- Angular CLI: frontend scaffolding
- Bootstrap: layout and styles
- Font Awesome: icons
- Install Node.js
- Install Angular CLI:
npm i -g @angular/cli
- From project root folder install all the dependencies:
npm i
npm start
: Start the Angular build process
A window will automatically open at localhost:4200. Angular and Express files are being watched. Any change automatically creates a new bundle, restart Express server and reload your browser.
- you have any suggestion to improve this project
- you noticed any problem or error
- you have a question
- Write unit tests
Run ng test
to execute the unit tests via Karma.