Techolution Bootcamp Labs For Angular 4
- An IDE that will work with typescript. It is recommended to use Visual Studio Code: https://code.visualstudio.com/
- Nodejs. You should use the LTS version: https://nodejs.org/en/
- angular-cli. Install:
npm install -g @angular/cli
- Clone the repo:
git clone https://github.com/Techolution/TB-Angular4.git
- install dependencies
npm install
- Start:
npm start
- Open up: localhost:4200 in a browser to verify things are working.
- Install json-server globally:
npm install -g json-server