Sample React web app written in Typescript. Consumes the weather-server web Api and displays the returned weather data. Once built, it can be served by weather-server by copying the generated files to the server's public folder.
# 1) Install dependencies
npm install
# 2) Build and start or start in development mode
npm run build && npm start
npm run start:devThe goal of this repository is to illustrate different ways of structuring interdependent Typescript projects. See weather-monorepo for more details.