티스토리 뷰

React.js

Setting up React.js Environment

seoca 2019. 8. 29. 02:17

 

 

 

 

Download and install Node.js 

 

 

 

 

 

 

check node.js, npm and npx installed perfectly.

 

 

 

 

 

 

Create react app

 

 

 

 

 

 

To start React.js, type 'npm start' in Terminal 

*it should be located where the React app created. 해당 React 디렉토리에 위치하고 있어야함

 

 

 

 

 

Compiled successfully

 

 

 

 

 

Works fine