Skip to content

kianoshp/node-boilerplate

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Node-Boilerplate

This is a series of files and tools that are used everytime I create a new site. The following are the components of the boilerplate:

  1. NodeJS: web server
  2. GruntJS: Task runner
  3. Jasmine: Unit testing
  4. RequireJS: script loading
  5. BackboneJS: MV* framework
  6. LodashJS: utility functions

Installation

Clone this repository:

git@github.com:kianoshp/node-boilerplate.git

Run:

npm install

Run:

node server.js