Skip to content

ferdous053/backbone-express-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Boilerplate for backbonejs with express

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.0%
  • CSS 22.4%
  • HTML 15.6%