Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 904 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 904 Bytes

AngularReduxWorkshop

This project was generated with Angular CLI version 1.0.1.

Development

  • Follow the instructions here to install the angular-cli: Angular CLI
  • Clone or download this project to your local drive
  • From within the project root, open the terminal and run: npm install
  • Run ng serve for a client dev server
  • Navigate to http://localhost:4200/.

Mock Api Server

  • Run: npm run server to lunch the mock json-server.
  • Navigate to http://localhost:3000/ to check the status
  • the db.json file (on the project root) will act as a database for this project

Further help