Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# HOMAID SERVICES WEBISTE
Here you need 2 terminals to run it
1) Client
2) Server

Here the client folder is a ReactJS application & Server is a NodeJS application
Both of them needs to be runned to start the website

For 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**