RyoMa99 / react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React勉強したもの詰め合わせ

環境

node -v // v17.3.0
npm -v // 8.3.0
yarn -v // 1.22.17

rootでやったこと

git init
yarn init -y
yarn global add vite@latest
git add .
git commit -m "init"

About