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 c11b1d4653 Load albums asyncronously
Introducing redux-sagas.
2019-04-24 09:58:02 +02:00
assets Do some spring cleaning 2019-04-24 09:58:02 +02:00
json Load albums asyncronously 2019-04-24 09:58:02 +02:00
src Load albums asyncronously 2019-04-24 09:58:02 +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
.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 Do some spring cleaning 2019-04-24 09:58:02 +02: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