vldmr1986 / installer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 92.7%Language:SCSS 4.1%Language:HTML 3.3%