This is a simple ES6 frontend used for demo purposes for the talk “Chrome Developer Tools: Raiding the Armory”
Here is me giving the talk at Stir Trek 2018:
Speakerdeck:
https://speakerdeck.com/gregmalcolm/chrome-dev-tools-raiding-the-armory
It makes use of this backend:
https://github.com/gregmalcolm/wacky-wandas-wicked-weapons-api
There are 2 important branches:
The code in a purposefully “broken” state
Note: This branch is subject to rebasings from solutions branch whenever something changes.
The code with all corrections in place. I’m no longer maintaining it, so it may be a little out of date.
Don’t forget to the start the API first
yarn install
yarn run dev