jpettersson / lingon-ng-template

A project template for building Angular.js apps with Lingon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A project template for building Angular.js apps with Lingon

Get started

Install dependencies:

npm install
bower install

Use:

Build once and quit:
./lingon.js build

Start the server: 
./lingon.js

Start the server on a custom port:
./lingon.js server -p 1111

Run unit tests:
npm test

About

A project template for building Angular.js apps with Lingon

License:MIT License


Languages

Language:JavaScript 89.4%Language:CSS 9.3%Language:Shell 1.3%