unleash-frontend

v2.2.3
unleash your features
unleash feature toggle feature toggle

build

npm run build:assets && npm run build:html

build:assets

NODE_ENV=production webpack -p

build:html

cp public/*.* dist/.

start

NODE_ENV=development webpack-dev-server --config webpack.config.js --progress --colors

start:heroku

UNLEASH_API=http://unleash.herokuapp.com npm run start

lint

eslint . --ext js,jsx

test

jest

test:ci

npm run lint && npm run build && npm run test

prepublish

npm run build

Metadata

Downloads