December 15, 2021
npx create-react-app react-todo
or
npm install -g create-react-app
create-react-app react-todo
로 만들면된다.
sudo chown -R younggyulee:staff '/workspaces/nodejs/ko-shopping'
이런식으로 해결하면된다. 폴더에 사용자권한을 주는것 younggyulee는 내 사용자 이름이다.
react-router-dom 다운받고 간단하게 라우팅 설정을 했더니 아래와같은 에러가 발생했다. 버전이 바뀌면서 라우팅 설정도 바뀌었다. 해당 링크 첨부한다. 개별 라우팅을 할때에는 Routes로 묶어주어야 한다고한다.
https://github.com/remix-run/react-router/blob/main/docs/getting-started/tutorial.md
Error: A Route is only ever to be used as the child of element, never rendered directly. Please wrap your Route in a Routes.