Skip to content

single-page web application using backbone, require, node, express

Notifications You must be signed in to change notification settings

andrewbaldock/nimbus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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