angular-dev-server
v0.2.0
Published
AngularJS local development server, a local web server using Express.
Downloads
2
Maintainers
Readme
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
- scripts/
- public/
- css/
- img/
- js/
Start the server:
angular-dev-server
Open your web browser to:
http://localhost:8787/