This project was generated with Angular CLI version 1.7.3.
There are two main parts to this application. The first is the REST API, for which we are using express.js. The second part is the Angular application server which we will start using ng serve.
To get started run the commands below.
$ git clone https://github.com/ctharings/jean.git
$ cd jean
$ npm install
$ npm startThen navigate to http://localhost:4200 in your browser.
Note: the above terminal commands are for Mac. Remember to substitute the appropriate commands for your OS.
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.
To get more help on the Angular CLI use ng help or go check out the Angular CLI README.