Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 921 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 921 Bytes

backbone-express-boilerplate

A Boilerplate for backbonejs with express. I wanted to keep it simple. So that, you can use your own favourite tools for deployment and testing. There is no grunt/gulp and test tool integration. I have used requirejs for loading the views and other modules. So you have to use requirejs optimizer to optimize/minify the js files. Please checkout the options here, [http://requirejs.org/docs/optimization.html] (http://requirejs.org/docs/optimization.html)

Prerequisite

Please make sure you have working setup of these tools before trying it.

  1. Node with npm
  2. Bower

Installation

In order to use this boilerplate, please follow these steps

  1. git clone git@github.com:sohel-rana/backbone-express-boilerplate.git
  2. bower install
  3. npm install

To run the app do

npm start 

Now visit the following url in your browser,

http://localhost:3000