Instructions:
- Clone this repo
- Run npm install
- Create a .env file (see .env.sample for an example)
- Run npm start
- Visit localhost:8080
To run in debug mode, simply hit F5
You should have a simple express js app running, you can now edit the code in the src folder, and see it reflect in your browser.