Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 369 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 369 Bytes

React NEW Context API

Tests with the React.js Context API (see src/index.js to a complete code walkthrough)

Running the App

  1. Clone this repo (or dowload it)
  2. Go into the created folder and install all dependencies by:
npm install
  1. It should take a while, so have a break 😛
  2. Finally, run the following to start the application:
npm start