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.
- Host: GitHub
- URL: https://github.com/qvil/react-tutorial
- Owner: qvil
- License: mit
- Created: 2017-06-26T06:13:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T19:43:17.000Z (almost 7 years ago)
- Last Synced: 2025-03-22T22:38:45.585Z (10 months ago)
- Topics: react, tutorial
- Language: JavaScript
- Homepage: https://qvil.github.io/react-tutorial/
- Size: 814 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)