Forkthe repository - Creates a replica of repository to your local environment.- Clone the repository - Downloads all repo files to your machine, using
git clone https://github.com/YOUR-USERNAME/Helpers
- Set working directory to the root directory of the project.
cd HelpersFollowing are the steps to run the frontend of the community-website on your local. All the frontend code will go in the frontend directory.
- Navigate to
frontendfolder.
cd frontend- Install all the required packages and dependencies.
npm install- Run the server.
npm run start- Click here to view it in the browser OR navigate to
http://localhost:3000
The website is live at https://helpingsociety.herokuapp.com/
Following are the steps to run the backend of the Helpers on your local. All the backend code will go in the backend folder.
- Navigate to
backendfolder.
cd backend- Install all the required packages and dependencies.
npm install- Run the server.
npm run dev- Click here to see the backend server runing in the browser OR navigate to
http://localhost:8080