To start, clone the application in the terminal: git clone https://github.com/PatrickMockridge/ReactND_Project2_Readable.git
Then cd/ReactND_Project2/Readable
Node packages and dependencies are managed using yarn: [https://yarnpkg.com]
For yarn installation instructions: [https://yarnpkg.com/lang/en/docs/install/#linux-tab]
To install packages and dependencies: yarn install in the terminal and then yarn start to deliver the build on localhost:3000
The API calls are configured to run with this minimalist development server designed by Udacity for use with this project: [https://github.com/udacity/reactnd-project-readable-starter] to run this project clone, install and run this server locally in accordance with the instructions in its associated README.md file.
This project was built using create-react-app: [https://github.com/facebookincubator/create-react-app]