Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 357 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 357 Bytes

knockers


Virtual doorbell system

How to build

$ cd node  
$ npm i  

Front-end

To compile static web pages.

$ cd node  
$ npm run webpack
$ cd node  
$ npm run watch

To serve static pages on localhost:8080.

$ cd node  
$ npm run serve

Run Server

$ cd node  
$ npm run server