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