Initial Setup
- Clone the repository onto your local machine with git clone
- Navigate into the back-end directory
- Run npm install to install all the dependencies listed in the package.json file.
- Run npm start after building to launch the back-end server.
- The site will be available to access through localhost:3000
- Navigate into the front-end directory.
- Run npm-install to install all the dependecies in the package.json.
- Run npm start to launch the React.js server, or build with npm run build
- The Access to the site will be available through the browser localhost:3000