React

React + Node.js 게시판 만들기

EasyCoding 2021. 2. 3. 14:49
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.com/

 

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.amazon.com/ko/console/

 

AWS Management Console

11월 30일~12월 18일 및 1월 12일~14일 | 수백 개의 세션에 액세스하고, 클라우드 리더들의 이야기를 듣고, AWS의 최신 소식을 누구보다 먼저 확인하세요.

aws.amazon.com