probably-kira / rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to install Rails

  • git clone git@github.com:probably-kira/rails.git to clone the rails repository
  • cd rails
  • sudo npm install to install node & bower packages

or if you have Brunch installed run:

  • brunch new git@github.com:probably-kira/rails.git rails
  • cd rails
  • sudo npm install to install node & bower packages

Running the app during development

  • npm start to serve using Brunch

Then navigate your browser to http://localhost:3333 If you use your own server, you can use the development script :

  • npm run-script dev

Running the app in production

  • npm run-script prod to minify javascript and css files for production deployment

Please be aware of the caveats regarding Angular JS and minification, take a look at Dependency Injection for information.

Running unit tests

About

License:Other


Languages

Language:JavaScript 96.9%Language:CSS 3.1%