Angular Codelab is an Online interactive Angular tutorial.
It's also an open source project written in Angular.
- clone:
git clone https://https://github.com/codelab-fun/codelab.git
- Install npm. Test with
npm -v
- install:
npm install
- start:
npm start
- test:
npm test
This project was generated with Angular CLI version 1.0.0.