A simple template repository with a React frontend and Express backend for quickly starting new full-stack projects.
To use this template, you need to have the following installed on your machine:
- Node.js
- npm
These instructions will help you get a copy of the project up and running on your local machine for development and testing purposes.
-
If you are a part of HCP, request a new repository using this template.
-
Clone your new repository:
git clone <your-repo-url>
- Install the required dependencies for both the frontend and backend:
cd <your-repo-name>
cd starter-frontend
npm i
cd ../starter-backend
npm i
To start the development environment, follow these steps:
- Start your server (from the root of the project):
cd starter-backend
npm start
- In a new terminal window (starting from the root of your project):
cd starter-frontend
npm start
If you have any feedback feel free to submit an issue/pull request! Contributions are more than welcome.