talk2MeGooseman / twitch-stream-team

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stream Team Twitch Extension

React front-end hosted on the Twitch CDN that broadcasters and viewers will interact with.

Development Instructions

  1. Install dependencies: yarn install
  2. Run application in development mode: yarn start
  3. Find and fix any lint issues: yarn eslint:fix
  4. Format code: yarn format

Production Build Instructions

  1. yarn install
  2. yarn build
  3. Assets will be contained in the build folder
  4. Client JS and CSS will be bundled to their one files and all node modules will be bundled in to the vendor.js file.

About


Languages

Language:TypeScript 64.0%Language:JavaScript 33.3%Language:CSS 1.5%Language:HTML 1.2%