This is a basic recipe app which allows the user to create and view recipes.
Once forked, whilst within the root folder and in the Terminal type in "npm install" to install all the dependencies and also npm install nodemon --save.
To run the app, whilst within the root folder within a terminal type in npm run Client and then create another instance of the terminal type in npm run Server. Open a browser window and type in localhost:4200.
_ Starting the server locally is no longer necessary since the server is now live on Heroku. _
To access the live app please follow this link https://www.chrisjonathan.co.uk/dev/react-recipe-app/ .