To get you started you can simply clone the repository and install the dependencies:
nodejs
npm
git clone https://github.com/AndyYFan/angular_demo.git cd angular_demo
npm install
node_modules
- contains the npm packages for the tools we needapp/bower_components
- contains the Angular framework files
We have preconfigured the project with a simple development web server. The simplest way to start this server is:
npm start
Now browse to the app at [localhost:8000/index.html
][local-app-url].