/installer

Primary LanguageJavaScript

INSTALLER

Required

Production Build

npm run build

Development Build

npm run build-dev

Development Build, watching for file changes

npm run watch

Development Server on port :80001

npm start

See output without browser

After running a build command, you can see the output without opening a browser by running:

node dist/main.js

Designed Materials