Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 397 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 397 Bytes

Simple ExpressJS server template

Basics

Only the basic code, to start an express server development

Extended

Features

  • basic tests
  • app is detached from the server (that is in the index.js file)
  • router is detached from the app.js

You can find extended template here

https://github.com/Klygins/example-express-server/tree/extended

How to start

  • yarn
  • yarn start