alonavns / nuvitek

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuvitek

how to install?

npm install

yarn (If you are using yarn)

scripts

start: webpack-dev-server

dist: webpack

watch: webpack --progress --watch

dev: webpack-dev-server --open

how to run?

npm start (yarn start) : http://localhost:8080

how to build dist?

npm run dist (yarn dist)

You can do other features like test, watch and others regarding package.json or you can modify as you need

About


Languages

Language:JavaScript 61.4%Language:CSS 37.6%Language:HTML 1.0%