react twitch streamers
1.0.0
? React Web應用程序用於顯示Twitch API使用的Twitch流媒體
在https://twitch-streams.netlify.com上嘗試演示。
安裝所有應用程序的依賴項:
yarn install或npm install
接下來,您可以在本地環境中啟動該應用程序:
yarn dev或npm run dev
打開瀏覽器http://localhost:3000以查看應用程序運行。
否則,您可以使用以下方式構建應用程序<rootDir>/build目錄
yarn build或npm run build
之後,您可以在http://localhost:8080的優化構建。
yarn serve或npm run serve
git checkout -b my-new-featuregit commit -am 'Add some feature'git push origin my-new-feature