Skip to content

helperbit/frontend

Repository files navigation

Helperbit Frontend

Install deps

npm install
cd app/widgets 
npm install

Build

Build with development env

npm run build:dev

The widget will build separately; to start the widget build, first build the angular app, then run:

npm run widget

Then run again the angular build.

Build with production env testnet

npm run build:testnet

Build with production env mainnet

npm run build:mainnet

Run

npm run watch:dev

Bundle analyzer

npm run build:stats
npm run bundle-report