/ling

A very opinionated angular template.

Primary LanguageJavaScriptMIT LicenseMIT

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!