Closed3
React+Firebase memo
// react router install
npm i --save react-router-dom
// npm のupdate
npm install -g npm
// create-react-app のinstall
npm install -g create-react-app
// プロジェクト作成
create-react-app project_name
# material-ul インストール
npm i --save @material-ui/core @material-ui/icons
git remote add origin git@github-hdmt:hdmt/weight-logger.git
git branch -M main
git push -u origin main
このスクラップは2021/03/12にクローズされました