Skip to content

Commit bd2943c

Browse files
authored
Update README.md
Changed readme content
1 parent 6c0558e commit bd2943c

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Boilerplate-code-for-ReactJs-TypeScript-NodeJs-Vite-TailwindCss-ESLint
2-
A boilerplate code for ReactJs, TypeScript, NodeJs, Vite and TailwindCss with ESLint
1+
# NODEJS/REACTJS weather app
2+
Fetching weather data using OpenWeatherAPI using NodeJS and using it in ReactJS. (NodeJS + Vite + React + Typescript + TailwindCss)
33

44
# TypeScript + NodeJs + ReactJs Project
55

@@ -11,7 +11,7 @@ This project is built using TypeScript, Vite for the frontend, and `tsx` for run
1111

1212
```bash
1313
# Install dependencies
14-
yarn install
14+
yarn install (root and server)
1515

1616
# Install tsx globally to run TypeScript files in Node.js
1717
yarn global add tsx
@@ -20,8 +20,5 @@ yarn global add tsx
2020
yarn global add nodemon
2121

2222
#run
23-
yarn dev
24-
25-
#run specific file in nodejs
26-
tsx server/src/server.ts
23+
yarn dev (root and server folder)
2724

0 commit comments

Comments
 (0)