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 7029ac9330
Create README.md
2019-03-06 16:37:26 +01:00
assets 🎨 Improve code readability 2018-11-26 09:46:05 +01:00
src Do some spring cleaning 2019-03-06 16:34:36 +01: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 Remove webpack-dev-server 2019-02-10 11:52:51 +01:00
package.json Do some spring cleaning 2019-03-06 16:34:36 +01: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