개발/React
[React] 설치
적아38
2019. 7. 8. 11:56
https://github.com/facebook/react
1. npx create-react-app my-app
2. cd my-app
3. npm start
4. http://localhost:3000/