web
React Creating a New Application
nowoodeel
2024. 11. 18. 23:11
728x90
https://github.com/facebook/create-react-app
GitHub - facebook/create-react-app: Set up a modern web app by running one command.
Set up a modern web app by running one command. Contribute to facebook/create-react-app development by creating an account on GitHub.
github.com
my-app 만들기
create-react-app를 사용한다.
npx create-react-app my-app
cd my-app
npm start
반응형