hectorsq / ling

A very opinionated angular template.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ling

ling is a very opinionated angular template.

ling is based on lineman, I strongly recommend to read lineman's site in order to understand it better.

Features

Installation

  • Install node.
  • Install lineman globally
$ sudo npm install -g lineman
  • Clone this repository.
$ git clone git@github.com:hectorsq/ling.git my-app
  • Install node dependencies
$ cd myapp
$ npm install
  • Run lineman
$ lineman run
  • Open your browser at localhost:8000
  • if you have a Rails backend using devise visit localhost:8000/#/login

Acknowledgements

ling could not be possible without the amazing work of Justin Searls, thank you for your hard work!

About

A very opinionated angular template.

License:MIT License


Languages

Language:JavaScript 95.9%Language:CoffeeScript 2.8%Language:HTML 1.2%Language:CSS 0.2%