/weather-app

Simple React full stack demo

Primary LanguageJavaScript

Setup instructions:

  • install the FE with npm install from root
  • cd into server dir and create .env with var API_KEY (openweathermap key)
  • install BE with npm install