🖥 React web app for displaying twitch streamers with the usage of Twitch API
[][license]
![Travis CI][shield-travis-ci]
![Circle CI][shield-circle-ci]
![Netlify Status][shield-netlify]
[![Maintainability][shield-maintainability]][maintainability]
🖥 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-feature
git commit -am 'Add some feature'
git push origin my-new-feature
[license]:
https://github.com/john-d-pelingo/react-twitch-streamers/blob/master/LICENSE
[maintainability]:
https://codeclimate.com/github/john-d-pelingo/react-twitch-streamers/maintainability
[shield-circle-ci]:
https://circleci.com/gh/john-d-pelingo/react-twitch-streamers.svg?style=svg
[shield-maintainability]:
https://api.codeclimate.com/v1/badges/7c4add2fc81135bb30a9/maintainability
[shield-netlify]:
https://api.netlify.com/api/v1/badges/c24ada41-0375-4121-b730-9c09b6f45490/deploy-status
[shield-travis-ci]:
https://travis-ci.org/john-d-pelingo/react-twitch-streamers.svg?branch=master