For the starter, I needed to install 3 things.
1. Node JS - Downloaded from the official website.
2. NPM - Came witH Node JS
3. NPX - Ran command "npm install npx -g"
There is an easy web to setup React Web app with one command.
- npx create-react-app (name-of-the-app)
github.com/facebook/create-react-app
'What I Learned > React JS' 카테고리의 다른 글
Learning React.js (0) | 2021.03.08 |
---|---|
React JS - State & Lifecycle (0) | 2021.02.24 |
React JS - JSX & Props (0) | 2021.02.23 |