The progress and celebration of owning all songs from BRÜTAL LEGEND up to 1990 on vinyl, written in React, TypeScript and Redux
|
|
||
|---|---|---|
| assets | ||
| src | ||
| .babelrc | ||
| .gitignore | ||
| .npmrc | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| webpack.config.js | ||
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