sposmen / sails-angular-coffee-base

Sample of SailsJS and Angular integration with Coffescript as base.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coworkers (SailsJS - AngularJS - Coffescript Based)

Setup

  1. Have NodeJS, Bower, Mongo, MySQL (for possible future features)
  2. Install SailsJs globally npm install sails -g
  3. Clone this repo git clone git@github.com:sposmen/sails-angular-coffee-base.git [DIRECTORY]
  4. Enter to your repo DIRECTORY (sails-angular-coffee-base if not set)
  5. Install node dependencies npm install
  6. Install bower dependencies bower install
  7. Configure your DB's connections in 'config/connections.js'

How to run?

Just execute sails lift

Where is running

Just in your machine. "production" doesn't have any real machine.

Links

About

Sample of SailsJS and Angular integration with Coffescript as base.


Languages

Language:HTML 50.1%Language:JavaScript 45.9%Language:CoffeeScript 3.6%Language:CSS 0.4%