Skip to content

cod1ng-earth/slock-frontend

Repository files navigation

slock-frontend

Project setup with Docker

make setup

Docker container will be built, packages get installed with yarn install and app will be started with yarn run server in development mode.

The app is accessible in the browser under http://localhost:8282

Project setup without Docker

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Run your end-to-end tests

yarn run test:e2e

Customize configuration

See Configuration Reference.