본문 바로가기
What I Learned/React JS

How to start React JS Project?

by 단풍국범생이 2021. 2. 23.

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