반응형
npm update
npm start
yarn upgrade
yarn start
yarn add global react-scripts
// package.json
"scripts": {
"start": "cross-env NODE_PATH=src react-scripts start",
"build": "cross-env NODE_PATH=src react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
yarn add react-scripts
nap install -save react-scripts
yarn upgrade
반응형
'실전 단아 개발 가이드' 카테고리의 다른 글
React.js Typescript application starter (0) | 2024.02.29 |
---|---|
Arrow 함수 => (1) | 2024.01.30 |
https://github.com/akveo/nebular/tree/master (0) | 2024.01.22 |
observer (0) | 2024.01.22 |
프르미스 (0) | 2024.01.21 |