CS 361 Team 25 Weather App - Team Easy Breezy
- Download node version 10.16.0 either on the nodejs.org or using NVM
- Run
npm installornpm ito download node packages - Run
npm run devto start application in development mode
- Due to time constraints and resources we are making the API call from React.
- This is highly NOT recommended and the suggested implmentation would be a node backend where the API call would take place and the response thrown to the React front-end.
