Imti / angular-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a demo app that shows best practices for building Angular apps

The master branch is the completed version with notes.

To build this out on your own, follow these steps

  1. Clone this repo (why not star it while you're at it!)
    git clone https://github.com/addisonedwardlee/angular-demo.git

  2. Enter into the folder you just created cd angular-demo

  3. Run this command to get the demo branch
    git checkout origin/demo

  4. Run this command to install dependencies and launch a server
    npm start

About

License:MIT License