Update README
This commit is contained in:
parent
6ba958fafa
commit
4e28567959
1 changed files with 17 additions and 5 deletions
22
README.md
22
README.md
|
|
@ -2,13 +2,25 @@
|
||||||
|
|
||||||
Progress visualisation of the quest to own a vinyl copy of all songs older than 1990 used in [Brütal Legend](https://en.wikipedia.org/wiki/Br%C3%BCtal_Legend), where possible.
|
Progress visualisation of the quest to own a vinyl copy of all songs older than 1990 used in [Brütal Legend](https://en.wikipedia.org/wiki/Br%C3%BCtal_Legend), where possible.
|
||||||
|
|
||||||
Also a project for learning CSS Grid layout, React, Redux and Redux-sagas.
|
Also a project for learning
|
||||||
|
|
||||||
|
- CSS Grid layout,
|
||||||
|
- React,
|
||||||
|
- Redux,
|
||||||
|
- Redux-sagas and
|
||||||
|
- TypeScript.
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
Install dependencies and start webpack watcher.
|
Install dependencies and start development server with live reload.
|
||||||
|
|
||||||
npm install
|
npm i
|
||||||
npm start
|
npm start
|
||||||
|
|
||||||
Visit site on http://localhost:8080
|
Visit site on http://localhost:1234
|
||||||
|
|
||||||
|
Use `npm run lint` to lint files.
|
||||||
|
|
||||||
|
## Build release
|
||||||
|
|
||||||
|
npm run build
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue