Skip to content

Latest commit

 

History

History
63 lines (49 loc) · 980 Bytes

README.md

File metadata and controls

63 lines (49 loc) · 980 Bytes

Node Express Sample - Youstart

Basic useful feature list:

  • Provides Basic Components for Express MVC
  • Uses Mongo with Mongoose ODM
  • User Gulp with EsLint for Linting

Enter gulp command in terminal to start linting

 gulp

Packages available :

 "dependencies": {
    "express": "^4.13.3",
    "serve-favicon": "^2.3.0",
    "morgan": "^1.6.1",
    "cookie-parser": "^1.3.3",
    "body-parser": "^1.13.3",
    "compression": "^1.5.2",
    "method-override": "^2.3.0",
    "glob": "^6.0.4",
    "mongoose": "^4.1.2",
    "ejs": "^2.3.1"
  }

Installation Steps

  • git clone repo
git clone https://github.com/abhishekrathore/Node-Express-Sample
  • Install the gulp dependencies
npm installl
  • Install bower dependencies
bower installl
  • Delete the .git folder
rm -r .git
  • Initialize the new git
git init
  • Setup the new git remotes accordingly
git remote add origin <new remote>