This project is divided in two parts:
- Exposes a fake api server.
- Implement a simple application:
- Implements basic navigation (ui-router).
- Fetches data form a remote source (fake api).
You will need node (at least v. 8.11.0) installed: https://nodejs.org/en/
- First you need to install all the depdencies, open your command prompt and execute an npm install.
npm install
- Now let's start our fake server:
npm run api:fake
- And let's start our web application:
npm start