An open API service indexing awesome lists of open source software.

https://github.com/qvil/react-tutorial

React tutorial for beginner.
https://github.com/qvil/react-tutorial

react tutorial

Last synced: 6 months ago
JSON representation

React tutorial for beginner.

Awesome Lists containing this project

README

          

# [React-tutorial](https://github.com/qvil/react-tutorial)

> It is Updated! Include hooks! Check it out! ๐Ÿš€

This repository is [React.js](https://facebook.github.io/react/) tutorial repository using Facebook official boilerplate [create-react-app][create-react-app-github]

> ํ•œ๊ตญ์–ด ํŠœํ† ๋ฆฌ์–ผ์€ [๋ธ”๋กœ๊ทธ - [React.js] Create react app ์„ ์ด์šฉํ•œ React.js ํŠœํ† ๋ฆฌ์–ผ(State, Props)](https://qvil.github.io/react.js/reactjs-tutorial/)๋ฅผ ์ฐธ๊ณ ํ•˜์„ธ์š”

## Prerequisites

1. [Node.js](https://nodejs.org/) >= 8.x (Recommended the latest version)

## Install

```sh
npm install
```

## Start

```sh
npm start
```

## [LICENSE](https://github.com/qvil/react-tutorial/blob/master/LICENSE)

MIT

[create-react-app-github]: (https://github.com/facebookincubator/create-react-app#getting-started)