Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gregmalcolm/wacky-wandas-wicked-weapons-frontend
Simple js based storefront demo
https://github.com/gregmalcolm/wacky-wandas-wicked-weapons-frontend
Last synced: 29 days ago
JSON representation
Simple js based storefront demo
- Host: GitHub
- URL: https://github.com/gregmalcolm/wacky-wandas-wicked-weapons-frontend
- Owner: gregmalcolm
- Created: 2017-12-21T05:14:14.000Z (almost 7 years ago)
- Default Branch: fix-it
- Last Pushed: 2022-12-11T11:14:04.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T18:20:59.739Z (7 months ago)
- Language: JavaScript
- Homepage: https://youtu.be/uTlXglapGdg
- Size: 7.76 MB
- Stars: 15
- Watchers: 3
- Forks: 2
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Wacky Wanda’s Wicked Weapons
============================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:
https://youtu.be/uTlXglapGdg
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:
#### Branch: fix-it
The code in a purposefully “broken” state
Note: This branch is subject to rebasings from solutions branch whenever
something changes.#### Branch: solution
The code with all corrections in place. I’m no longer maintaining it, so it
may be a little out of date.Setup
-----Don’t forget to the start the API first
```
yarn install
yarn run dev
```