iamjaredwalters / express-boilerplate

Express server standard config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

express-boilerplate

Boilerplate for standing up an Express backend. By default, PORT is set to 3001

npm run dev: start the server

npm run lint: lint files

Setup includes:

  • editor config
  • eslint config
  • yarn
  • WallabyJS
  • Jest
  • nodemon - monitor and restart server on changes
  • babel

About

Express server standard config


Languages

Language:JavaScript 100.0%