0.2.0 • Published 9 years ago

angular-dev-server v0.2.0

Weekly downloads
3
License
GPL-3.0+
Repository
github
Last release
9 years ago

angular-dev-server

a simple express-based local development server for AngularJS projects

Install

Install using npm:

npm install -g angular-dev-server

Usage

When you start the server, it assumes a project structure that looks like this:

  • app/
    • scripts/
      • controllers/
      • directives/
      • filters/
      • services/
      • app.js
    • views/
      • main.html
    • index.html
  • public/
    • css/
    • img/
    • js/

Start the server:

angular-dev-server

Open your web browser to:

http://localhost:8787/