unleash-frontend

v4.12.3
unleash your features
unleash feature toggle feature toggle

build

tsc && vite build

lint

eslint src --max-warnings 0

start

vite

start:heroku

UNLEASH_API=https://unleash.herokuapp.com yarn run start

start:enterprise

UNLEASH_API=https://unleash4.herokuapp.com yarn run start

test

vitest

prepare

yarn run build

fmt

prettier src --write --loglevel warn

fmt:check

prettier src --check

e2e

yarn run cypress open --config baseUrl='http://localhost:3000' --env AUTH_USER=admin,AUTH_PASSWORD=unleash4all

e2e:heroku

yarn run cypress open --config baseUrl='http://localhost:3000' --env [email protected]

Metadata

Downloads