angular-dev-server

0.2.0 • Public • Published

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/

Package Sidebar

Install

npm i angular-dev-server

Weekly Downloads

1

Version

0.2.0

License

GPL-3.0+

Last publish

Collaborators

  • omouse