Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 539 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 539 Bytes

Naview-Launcher

Installation

Make sure you have npm installed on your computer

# Install bower (with sudo if requested)
npm install -g bower
# Install dependencies
npm install
# Install bower dependencies
bower install

Launch app

The project is reloaded when a file is modified (JS/CSS/HTML)

# GULP Task
gulp serve

Build an executable

electron-packager . --all

Credits

Vincent FLORIOT -- first app dev

License

TODO: Write license 0