A collection of react exercises. Instructions for every exercise can be found on every component.
-
Fork this repository (click on the Fork button at the top of the screen).
-
Clone this repository:
$ git clone <url> $ cd react-exercises-2
-
Install dependencies:
npm install
-
After that's done, run this to start development:
npm start
Good luck!