public:computer:react.js

This is an old revision of the document!


React.js (리액트)

  • 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.js file, and so on.
  • public/computer/react.js.1672644262.txt.gz
  • Last modified: 2023/01/02 16:24
  • by alex