A typical starter's project on typescript + react + (nodejs && express) app (Developement) 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. Overview