This project was generated with Angular CLI version 1.3.0.
Run npm install
to install all dependencies of this app.
Run npm run start
and navigate to http://localhost:3000/
. I will use the application like production mode.
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.
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 ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the -prod
flag for a production build.
Run json-server -p 3001 ./server/data/shipments.json
to mock some database with json-server, but if you use npm run start
you don't need to run this server standalone.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.