Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 607 Bytes

README.md

File metadata and controls

45 lines (31 loc) · 607 Bytes

rikishi frontend

Install

npm install

Starting Development

Start the app in the dev environment:

npm start

Lint

npm run lint
npm run lint-fix    # to auto-correct some issues

Packaging for Production

To package apps for the local platform:

npm run package

Testowanie

Aby przetestować frontend trzeba skorzystać z json-server

Instalacja:

npm install -g [email protected]

Koniecznie w tej wersji bo z nową jest coś nie tak

Następnie odpalamy serwer:

json-server --watch db_test/db.json --port 8000