gasolin / expretron

Express.js web server wrapped in Electron desktop runtime for any desktop application
MIT License
0 stars 0 forks source link

Expretron

Dependency Status

A boilerplate of modern Javascript dev environment.

Setup

$ npm install
# copy vendor libraries from node_modules to public/vendor
$ npm run setup

npm run setup will copy app folder to build folder and put related frontend libraries into build/public/vendor folder.

Run

$ npm start

Lint

Do eslint (JS) & stylelint (CSS)

$ npm run lint

test

TBD

build / distribution

npm run dist

or

npm run dist:osx

to generate OS specific build

What is included in this boilerplate?