/example-express-server

Only the basics code, to start an express server development

Primary LanguageJavaScriptMIT LicenseMIT

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