Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 421 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 421 Bytes

CascadiaJS 2018

AWS coding challenge for CascadiaJS 2018.

Installing

Using node 8 and npm 6, run npm install.

Running

Problems 1 and 2 are run via Jest tests: npm run test.

Problem 3 is run via webpack-dev-server: npm run dev, then open http://localhost:8080 in a browser.

For Problem 3, you will need to configure TWITCH_CLIENT_ID in a .env file in the root of the repo.