Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 432 Bytes

File metadata and controls

19 lines (11 loc) · 432 Bytes

Express Angular Kit

A starting point to create angular apps with a node express server.

Setup

  1. Download the repo
  2. Change ng-app="myApp" in public/index.html to desired global app variable name
  3. Change corresponding app name variables in public/javascripts/app.js
  4. Edit other javascript files as necessary

Running the app

$ cd express-angular-kit
$ node app

Navigate the browser to http://127.0.0.1:3000/