來玩玩看React (以下簡稱R)
sudo apt install nodejs
sudo apt install yarn
sudo apt install npm
sudo npm install -g create-reac-app
create-react-app first-app
cd first-app
npx start
Demo: 圈差遊戲 https://dev.csie.one/
感謝Ben的經驗分享
sudo apt install nodejs
sudo apt install yarn
sudo apt install npm
sudo npm install -g create-reac-app
create-react-app first-app
cd first-app
npx start
Demo: 圈差遊戲 https://dev.csie.one/
感謝Ben的經驗分享