Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 174 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 174 Bytes

React-App

git clone https://github.com/tonio0720/React-App

cd React-App

# react 起動
cd frontend
npm i
npm start

# express 起動
cd backend
npm i
npm start