React front-end hosted on the Twitch CDN that broadcasters and viewers will interact with.
- Install dependencies:
yarn install - Run application in development mode:
yarn start - Find and fix any lint issues:
yarn eslint:fix - Format code:
yarn format
yarn installyarn build- Assets will be contained in the
buildfolder - Client JS and CSS will be bundled to their one files and all node modules will be bundled in to the
vendor.jsfile.