The progress and celebration of owning all songs from BRÜTAL LEGEND up to 1990 on vinyl, written in React, TypeScript and Redux
| assets | ||
| json | ||
| src | ||
| .babelrc | ||
| .editorconfig | ||
| .eslintrc.js | ||
| .gitignore | ||
| .npmrc | ||
| .stylelintrc.js | ||
| .tool-versions | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| webpack.config.js | ||
BRÜTAL LEGEND
Progress visualisation of the quest to own a vinyl copy of all songs older than 1990 used in Brütal Legend, where possible.
Also a project for learning CSS Grid layout, React, Redux and Redux-sagas.
Getting started
Install dependencies and start webpack watcher.
npm install
npm run watch
in another terminal, start a web server using python.
npm run serve
Visit site on http://localhost:10667