Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 378 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 378 Bytes

ng-bootstrap Course

This course is up-to-date.

Usage

First, clone the repo. Then start HTTP Web API.

npm install json-server -g
npm install
cd data
json-server db.json

To run the Angular app, from the project root: Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.