react twitch streamers
1.0.0
? React web app for displaying twitch streamers with the usage of Twitch API
Try the demo at https://twitch-streams.netlify.com.
Install all of the application's dependencies:
yarn install or npm install
Next, you can start the application in a local environment with:
yarn dev or npm run dev
Open your browser to http://localhost:3000 to see the app running.
Otherwise, you can build the application into a <rootDir>/build directory
with:
yarn build or npm run build
After that you can serve the optimized build at http://localhost:8080 by
default locally with:
yarn serve or npm run serve
git checkout -b my-new-featuregit commit -am 'Add some feature'git push origin my-new-feature