kiranmurali93 / nodejs-startupkit

startup kit for nodejs projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node js boilerplate

How to use

  • clone this repo

  • run

      npm install
    

packages Installed

  • debug
  • bootstrap
  • jquery
  • ejs
  • chalk (for terminal style)
  • eslint (for styling)
  • nodemon (automating the server)
  • passport (auth)
  • morgan (middleware)
  • body-parser (body parsing middleware.)
  • express
  • express-session (session middleware)
  • path

Starting the server

npm start

public folder cointains the custom css and js

About

startup kit for nodejs projects


Languages

Language:JavaScript 71.6%Language:HTML 28.4%