Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daniel-frank-miller/react-node-app
https://github.com/daniel-frank-miller/react-node-app
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/daniel-frank-miller/react-node-app
- Owner: daniel-frank-miller
- Created: 2024-10-14T03:42:51.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-14T04:05:01.000Z (3 months ago)
- Last Synced: 2024-11-13T01:20:36.586Z (2 months ago)
- Language: JavaScript
- Size: 34.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HOMAID SERVICES WEBISTE
Here you need 2 terminals to run it
1) Client
2) ServerHere the client folder is a ReactJS application & Server is a NodeJS application
Both of them needs to be runned to start the websiteFor executing **client** folder execute the following commands:
1) **cd client**
2) **npm i**
4) **npm run dev**For executing **server** folder execute the following commands:
1) **cd server**
2) **npm i**
4) **node app.js**