How to run this project:
You will need to run the below steps in your command line utility. You will need Node / npm installed to continue
- Clone the repository from Github to your PC
git clone https://github.com/GarethTheNerd/Project-10-Full-Stack-React.git
- Change into the folder containing the api
cd api
- Install the dependencies
npm install
- Run the API
npm start
- Change into the client folder
cd .. cd client
- Install the dependencies
npm install
- Start the client app
npm start