React 시작.
💻 MacBook Air (M1) 베이스 👨🏻💻.
-
Node.js 설치.
brew install node
-
Parent Directory에서 create-react-app. 나의 경우에는 앱 이름이 'grass-roots'.
npx create-react-app grass-roots
-
앱 실행.
npm start
-
react-router-dom 설치.
npm install react-router-dom
- 배운 것.
import React, { useState } from "react";
import { BrowserRouter as Router,
Switch,
Route,
Link } from "react-router-dom";
Author And Source
이 문제에 관하여(React 시작.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://velog.io/@hughqlee/React-시작저자 귀속: 원작자 정보가 원작자 URL에 포함되어 있으며 저작권은 원작자 소유입니다.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)