iamjaredwalters / rockout-server

Backend for Rockout App

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

Backend for Rockout App


Languages

Language:JavaScript 99.8%Language:HTML 0.2%