8000 GitHub - mesaugat/learn-react at step-0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Nov 14, 2018. It is now read-only.

mesaugat/learn-react

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn React

A step-by-step guide to learn React and it's fundamentals.

Prerequisites

  • HTML/CSS
  • Basic JavaScript
  • ES6

Required Tools

  • Node.js
  • NPM (Node Package Manager) - Comes installed with Node.js
  • Git

Install create-react-app

create-react-app is a tool to build React apps in no time. It allows us to create React apps without any build configuration.

From your terminal, install create-react-app globally:

npm install -g create-react-app

create-react-app my-app
cd my-app
npm start

Let's get started.

Releases

No releases published

Packages

No packages published
0