You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A full stack project, Here, we build a free weather application to tell the weather condition of a city or country. This was build using reactjs as frontend and nodejs(express) as backend.
To run the application,
1. clone or the project
2. open the project on your computer
To Run the FRONTEND(ReactJS App)
3. cd to the frontend folder of the project
4. run "npm i " --> to install the depdendencies
5. run "npm start " --> To start the frontend react app
To Run the BACKEND(nodeJS app)
6. cd to the backend folder of the project
7. run "npm i " --> to install the depdendencies
8. run "npm start" --> to start the backend nodejs app