A NodeJS app containing common tests
Introdution This is a Node.js server application built using ES6 and Express.js.
Getting it started To host the app locally and get developing, run the following commands:
npm install npm start There is also a watch command using nodemon for automatic updates:
npm run watch