john-d-pelingo / react-twitch-streamers

🖥 React web app for displaying twitch streamers with the usage of Twitch API

Home Page:https://twitch-streams.netlify.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MIT License Travis CI Circle CI Netlify Status Maintainability

react-twitch-streamers

🖥 React web app for displaying twitch streamers with the usage of Twitch API

Try the demo at https://twitch-streams.netlify.com.

Quick Setup

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

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request! :D

About

🖥 React web app for displaying twitch streamers with the usage of Twitch API

https://twitch-streams.netlify.com

License:MIT License


Languages

Language:JavaScript 62.8%Language:TypeScript 34.7%Language:HTML 2.3%Language:Shell 0.2%