Skip to content

Techolution/TB-Angular4

Repository files navigation

Techolution Bootcamp: Angular 4

Techolution Bootcamp Labs For Angular 4

Requirements

Installation

  1. Clone the repo: git clone https://github.com/Techolution/TB-Angular4.git
  2. install dependencies npm install
  3. Start: npm start
  4. Open up: localhost:4200 in a browser to verify things are working.
  5. Install json-server globally: npm install -g json-server