Skip to content

john-d-pelingo/react-twitch-streamers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

135 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors