agneym / node-express-starter

Node-Express Starter Kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node Express Starter

Just the basics to get started.

npm start

Contains setup for:

  • Envionment variables with dotenv
  • Logging with morgan
  • JSON and URL Encoded Parsing with express
  • Security with helmet
  • Allows CORS with cors
  • Reruns the development server on change with nodemon
  • Runs prettier on precommit with husky

🚀

Twitter Follow

About

Node-Express Starter Kit


Languages

Language:JavaScript 88.5%Language:Shell 11.5%