8000 GitHub - shlomifruchter/storyjs: Story telling app using Sails.js, Marionette, Backbone and Mongodb
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

shlomifruchter/storyjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

story.js

This is a sample story telling app using Sails.js, Marionette, Backbone and Mongodb.

Prerequisites

  • Node.js - Download and Install Node.js. You can also follow this gist for a quick and easy way to install Node.js and npm
  • MongoDB - Download and Install MongoDB - Make sure it's running on the default port (27017).

Tools Prerequisites

  • Bower

  • Grunt

  • Ruby - you need Ruby and Compass to compile scss files to css. Install ruby for Windows or OSX.

    Make sure you add Ruby to PATH: e.g. 'c:\Ruby\bin', then run:

    gem update --system
    gem install compass

Getting started

Install MongoDB, make sure mongod runs on default port (localhost:27017)

Install the following npm packages:

npm install -g bower
npm install -g grunt-cli
npm install -g sails@0.94

Install dependen 5B35 cies:

cd /src/client
npm install
bower install

cd /src/server
npm install

Run server:

cd /src/server
sails lift

Launch client in browser:

cd /src/client
grunt server

About

Story telling app using Sails.js, Marionette, Backbone and Mongodb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0