Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

Latest commit

 

History

History
41 lines (31 loc) · 845 Bytes

README.md

File metadata and controls

41 lines (31 loc) · 845 Bytes

Enecuum explorer αlpha

Usage

install dependencies

npm install
serve with hot reload at localhost:8080 and BootNode address API_URL - ws://127.0.0.1:1554
npm run dev 
serve with hot reload at localhost:8080 and set current BootNode address API_URL
API_URL=ws://host:port npm run dev 
set URL for "download APP" (disabled)
APP=https://example.com npm run dev 

build for production with minification and BootNode address API_URL - ws://127.0.0.1:1554

npm run build

and configure root path for static web server to dist/

build for production and set current BootNode address API_URL

API_URL=ws://host:port npm run build

build for production and view the bundle analyzer report

npm run build --report