All Projects → clkao → angular-livescript-seed

clkao / angular-livescript-seed

Licence: other
ultra-modern angular seed with livescript

Programming Languages

livescript
113 projects
CSS
56736 projects

angular-livescript-seed

Ultra-modern angular-livescript seed with:

  • LiveScript
  • gulp
  • bower
  • semantic-ui
  • stylus
  • angular-ui-router
  • protractor

This resembles pretty much the brunch standard build process with gulp, with minor tweaks for angular:

  • vendor javascript files from bower and vendor/ directory are concatenated into vendor.js
  • js under app/ are concatenated into app.js
  • partial templates written in jade are turned into angular module as 'app.templates' and concatenated into app.templates.js
  • css files are concatenated into app.css

Usage

Install required packages:

  1. $ npm install
  2. $ npm run build

Start server:

$ npm run dev   # then open http://localhost:3333/

License

The MIT license: http://clkao.mit-license.org/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].