public:computer:react.js
This is an old revision of the document!
Table of Contents
React.js (리액트)
Quick start
- Install node.js (npm)
- Install create-react-app
$ npm install -g create-react-app
- create app
$ create-react-app <project name>
- change directory into project
$ cd <project name>
- run project
$ npm start
- connect via web browser
http://localhost:3000/ - start with
app.jsfile, and so on.
References
public/computer/react.js.1672644262.txt.gz · Last modified: by alex