This app was bootstrapped with Create React App and follows the conventions it sets out for file naming etc.
To run the app, use the following command:
npm start
You can then open http://localhost:3000/ in a browser.
Alternatively, you can view the app live, via https://hollandmatt.github.io/stocks/ - Travis CI is used to keep this up to date.
To run the unit tests, enter:
npm test
Tests are written in Jest and the React component tests use Enzyme.
Prettier is used to keep the code in a consistent format, to run it use:
npm run prettier