Cats and Dogs weather is an online weather application aimed at young urban commuters.
Ensure node.js is installed.
You can get the latest version here: https://nodejs.org/en/download
Clone the repository through your preferred means.
Ensure you are within the project directory.
Within a terminal, run the following:
npm install
npm install --save-dev vite-plugin-svgr
npm run dev
You will get a result like:
VITE v6.3.5 ready in 217 ms
➜ Local: http://localhost:xxxx/
➜ Network: use --host to expose
➜ press h + enter to show help
Go to the localhost URL to view the application.