The progress and celebration of owning all songs from BRÜTAL LEGEND up to 1990 on vinyl, written in React, TypeScript and Redux
Find a file
2019-04-24 09:58:02 +02:00
assets Lint code and introduce BEM 2019-04-24 09:58:02 +02:00
json Load albums asyncronously 2019-04-24 09:58:02 +02:00
src Lint code and introduce BEM 2019-04-24 09:58:02 +02:00
.babelrc Initial Commit 2018-11-21 14:57:00 +01:00
.editorconfig Lint code and introduce BEM 2019-04-24 09:58:02 +02:00
.eslintrc.js Lint code and introduce BEM 2019-04-24 09:58:02 +02:00
.gitignore Initial Commit 2018-11-21 14:57:00 +01:00
.npmrc Initial Commit 2018-11-21 14:57:00 +01:00
.stylelintrc.js Lint code and introduce BEM 2019-04-24 09:58:02 +02:00
.tool-versions Load albums asyncronously 2019-04-24 09:58:02 +02:00
index.html Do some spring cleaning 2019-04-24 09:58:02 +02:00
package-lock.json Load albums asyncronously 2019-04-24 09:58:02 +02:00
package.json Load albums asyncronously 2019-04-24 09:58:02 +02:00
README.md Lint code and introduce BEM 2019-04-24 09:58:02 +02:00
webpack.config.js Initial Commit 2018-11-21 14:57:00 +01:00

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