Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 476 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 476 Bytes

Basic Weather Forecasting Web App.

Only use for practice/testing development purposes

To run frontend (port 5173):

Created using npm (9.5.1), node (v18.16.0)

  • cd frontend
  • npm i
  • npm install husky -D
  • npx husky install
  • npm run dev

To run backend (port 5112):

Created using .NET sdk 7.0 and ASP.NET core 7.0 runtime

  • sudo apt-get update && sudo apt-get install -y dotnet-sdk-7.0 aspnetcore-runtime-7.0
  • cd backend
  • dotnet run