# start front-end
yarn start
# start json-server
yarn serverNavigate to http://localhost:4200/.
Hot-reload is enabled in src/ folder.
yarn ng generate component <component-name>You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
yarn buildThe build artifacts will be stored in the dist/ directory.
Use the --prod flag for a production build.
yarn test:unitUsing Karma
yarn test:e2eUsing Protractor
To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.