Skip to content

jmussitsch/angular-08724

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

angular-08724

Overview

The AngularJS website is a great resource to obtain information about AngularJS: https://angularjs.org/.

The demo files in this repository reference documentation on the AngularJS website extensively.

Getting Started

To get you started you can simply clone the angular-08724 repository and install the dependencies:

Prerequisites

You need git to clone the angular-08724 repository. You can get git from http://git-scm.com/.

You must have node.js and its package manager (npm) installed. You can get them from http://nodejs.org/.

Clone angular-08724

Clone the angular-08724 repository using git:

git clone https://github.com/jmussitsch/angular-08724.git
cd angular-08724

Install Dependencies

npm install

You should find that you have a new folder in your project.

  • node_modules - contains the npm packages for tools we need as well as the angular framework files and a few other things

Run the Application

The project is pre-configured with a simple development web server. To start this server:

npm start

Now browse to the app at http://localhost:8000/app/index.html.

Developer Tools

There are some Angular-specific developer extensions for Chrome:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published