Following commands install the necessary dependencies.
npm i -g nodemon concurrently yarn
cd client
yarn
cd ../server
yarn
Run the following command from the root of the project directory
yarn run start:dev
This will start both the frontend/react and backend/express server at the same time,
To create a pull request do the following:
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request