Node-Express-Minimal Minimum frame work to get Node up and running using the Express framework. Instructions Clone down the repository Rename .env.example to .env cd to your project folder and run npm install to install the packages Run npm run start to start the server