Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 744 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 744 Bytes

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 [email protected]: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