Fetching weather data using OpenWeatherAPI using NodeJS and using it in ReactJS. (NodeJS + Vite + React + Typescript + TailwindCss)
This project is built using TypeScript, Vite for the frontend, and tsx for running TypeScript in Node.js without compilation. Linting is set up for code quality.
# Install dependencies
yarn install (root and server)
# Install tsx globally to run TypeScript files in Node.js
yarn global add tsx
# Install nodemon globally for NodeJs to automatically restart application when changes are done
yarn global add nodemon
#run
yarn dev (root and server folder)