Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 804 Bytes

README.md

File metadata and controls

46 lines (29 loc) · 804 Bytes

Nimbus -- cloud frontend app seed

contains sample app 'Skylab', a soundcloud search app

Backbone, require, node, express

http://andrewbaldock.com/nimbus

Setup

• First, make sure you have node installed: https://nodejs.org/download/

• Download this repo.

• Then, from the Terminal (assuming Node.js installed), install RequireJS.

npm install requirejs

• Next, install Bower for dependency management

npm install bower

• Now, in the root directory for the repo, install the dependencies for this project

bower install

• Launch the node server. in the root directory for the repo:

node server.js

• Browse to localhost:3000

TODO:

  • gulp for builds
  • mongo MySQL and Sequelize
  • sass
  • testing