An AngularJS based app that helps a staffing agency manage its stable of heroes build while learning AngularJS.
-
Get it locally -
$ git clone https://github.com/simsausaurabh/Tour-of-Heroes.git
-
Go to the project root directory:
cd Tour-of-Heroes
-
Install dependencies:
npm install
-
Run the project locally:
ng serve
-
Hurray 😄 now go to
http://localhost:4200/
on your browser.
Report any issue or bug here:
Made from scratch with ❤