A simple web app that gets the weather for the location that you supply.
Installing of all the necessary packages is done via
npm install
Building is done through web pack. With production builds automatically generated if NODE_ENV=production.
npm run-script build
The server can be run with
npm start