This is an example app of a weather app that displays the forecast for a chosen city.
This project uses many tools like:
Create the project.
npx degit joaopaulomoraes/reactjs-vite-tailwindcss-boilerplate my-app
Access the project directory.
cd my-app
Install dependencies.
pnpm install
Serve with hot reload at http://localhost:5173.
pnpm run dev
pnpm run lint
pnpm run typecheck
pnpm run build
pnpm run test
View and interact with your tests via UI.
pnpm run test:ui
This project is licensed under the MIT License.