This is a basic weather app, that shows the weather forcast for Belfast over a 5 day period.
Stack Used:
Front-End: React Js, Create-React-App, CSS + Dependencies: Axios, Date Format Back-End: Node Js, Express, Nodemon + Dependencies: Axios, Body-parser, Cors, Fs
Deployment Intrustrions:
- Unzip file
- Navigated to Project Root: /weather-app-2
- Run: 'npm install' to install client dependencies
- Navigated to Server Root: /weather-app-2/server
- Run: 'npm install' to install server dependencies
- Start Server: While in server root @ (4) run - 'npm start'
- Start Client: While in project root @ (2) run - 'npm start'
- Enjoy!
NOTE: App will not run if server is not started first, once server is runnning then the client can be started.