This is a sample project that shows a phone catalog. This project has been developed using Angular and NgRx to manage the app state, and express in the server side.
$ make install run
All dependencies will start to install. Navigate to http://localhost:4200/. Both the client and server app will automatically load.
Install dependencies:
$ npm install
$ cd client; npm install; cd ..
$ cd server; npm install; cd ..
Run both apps with Concurrently:
$ npm start
- I use Standard JS so all developer's code is formatted the same way. Please check here how to enable it for your IDE