Tests with the React.js Context API (see src/index.js to a complete code walkthrough)
- Clone this repo (or dowload it)
- Go into the created folder and install all dependencies by:
npm install
- It should take a while, so have a break 😛
- Finally, run the following to start the application:
npm start