Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 805 Bytes

File metadata and controls

26 lines (16 loc) · 805 Bytes

NODEJS/REACTJS weather app

Fetching weather data using OpenWeatherAPI using NodeJS and using it in ReactJS. (NodeJS + Vite + React + Typescript + TailwindCss)

TypeScript + NodeJs + ReactJs Project

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.


📦 Installation

# 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)