Skip to content

An advanced Angular App hosted on an Express server. Demonstrates the use of ui-router and advanced concepts with Angular directives.

License

Notifications You must be signed in to change notification settings

ohlemacher/angular-advanced-express

 
 

Repository files navigation

App Dependencies

Install NodeJS from here https://nodejs.org/ and then install bower using the node package manager (npm) that comes with NodeJS:

npm install -g bower

Setting up the App

Once git cloned, run the following commands having navugated to the relevant directory in the command line or terminal:

npm install
bower install

This will download all of the relevant dependencies you will need to get going.

Running the App

To run the app, from the cmd line call the following:

npm start

Then navigate to "localhost:3000" and you should see the app.

About

An advanced Angular App hosted on an Express server. Demonstrates the use of ui-router and advanced concepts with Angular directives.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.1%
  • HTML 44.9%
  • CSS 5.0%