React Tutorial Pt 1: A Comprehensive Guide to Building Apps with React.js
Implementation of A Comprehensive Guide to Building Apps with React.js codelab, a serie of tutorials for the first steps in React.
The first part put together all the basic concepts behind the React and this is the final code of the tutorial.
How to Setup
First you need:
After you clone this code, you need to install some packages and start the app, so select the project folder in the cmd prompt:
$ npm install
$ npm start
This will open your browser with the application.
Built with
Also see
See the other parts of this tutorial: