clone repo
- obtain api key from openweathermap
- Create/Touch
.env
file && add api_key="MY API KEY"
Run npm install
to install dependencies
Run npm run devStart
to start node server
Run npm start
to start react application.
A basic starter project for TypeScript and React with a detailed README describing how to use
TypeScriptMIT
clone repo
.env
file && add api_key="MY API KEY"Run npm install
to install dependencies
Run npm run devStart
to start node server
Run npm start
to start react application.