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