728x90
npm install -g create-react-app
create-react-app react_test
cd react_test
npm run start
deploy to netlify:hjreacttest.netlify.app/
build command: yarn build
Publish directory: build/
npm install -g yarn
yarn start
Material-UI: A popular React UI framework
React components for faster and easier web development. Build your own design system, or start with Material Design.
material-ui.com
npm install @material-ui/core
npm link express
npm install -g bodyparser --save
npm link concurrently
C:\>npm config get prefix
C:\Users\username\AppData\Roaming\npm
C:\>set PATH=%PATH%;C:\Users\username\AppData\Roaming\npm;
C:\>nodemon
31 Jul 22:30:29 - [nodemon] v0.7.8
31 Jul 22:30:29 - [nodemon] to restart at any time, enter `rs`
31 Jul 22:30:29 - [nodemon] watching: C:\
31 Jul 22:30:29 - [nodemon] starting `node `
^CTerminate batch job (Y/N)? Y
AWS Management Console
11월 30일~12월 18일 및 1월 12일~14일 | 수백 개의 세션에 액세스하고, 클라우드 리더들의 이야기를 듣고, AWS의 최신 소식을 누구보다 먼저 확인하세요.
aws.amazon.com
'React' 카테고리의 다른 글
React 를 써야 하는 이유 및 인스톨, 미리보기, 개발 준비 (0) | 2021.01.25 |
---|---|
웹앱 만들기(React native, Expo, VS Code, Android & IOS WebApp) (2) | 2021.01.18 |