/web

Web frontend of torinos

Primary LanguageJavaScript

web

CircleCI

Web frontend of torinos

Setup

Install Docker, docker-compose and https://github.com/creasty/rid.

$ rid compose pull

Run

# install dependencies
$ rid yarn

# serve with hot reload at localhost:8080
$ rid yarn dev

# build for production with minification
$ rid yarn build

# build for production and view the bundle analyzer report
$ rid yarn build -- --report

# run unit tests
$ rid yarn unit

# run all tests
$ rid npm test