Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 437 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 437 Bytes

Express Project Base

A baseline Express app that builds on the Express generated app.


Installation:

  • clone this repo
  • $ yarn

Production Environment:

  • $ NODE_ENV=production nodemon

Development Environment: 

  • $ nodemon

Features:

  • ES2015 on the backend
  • Pug Templating
  • Nodemon for server handling
  • Refactors the Express project base for code efficiency
  • Adds Yarn for dependency management