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
Anders Ytterström 032f611b70 Load albums asyncronously
Introducing redux-sagas.
2019-03-31 12:30:19 +02:00
assets Add Angel Witch - Angel Witch 2019-03-17 16:26:38 +01:00
src Load albums asyncronously 2019-03-31 12:30:19 +02:00
.babelrc Initial Commit 2018-11-21 14:57:00 +01:00
.gitignore Initial Commit 2018-11-21 14:57:00 +01:00
.npmrc Initial Commit 2018-11-21 14:57:00 +01:00
index.html Do some spring cleaning 2019-03-06 16:34:36 +01:00
package-lock.json Load albums asyncronously 2019-03-31 12:30:19 +02:00
package.json Load albums asyncronously 2019-03-31 12:30:19 +02:00
README.md Create README.md 2019-03-06 16:37:26 +01:00
webpack.config.js Initial Commit 2018-11-21 14:57:00 +01:00

Getting started

Install dependencies and start webpack watcher.

npm install
npm run watch

in another terminal, start a web server using python.

python2 -m 'SimpleHTTPServer' 1337
# or
python3 -m 'http.server' 1337

Visit site on http://localhost:1337