Skip to content

mamerisawesome/electron_boiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electron App Boilerplate

An Electron App boilerplate that is ready to use with Pug and Semantic for the frontend because why not.

Requirements

Install the following into your local machine.

Setup

After installing the requirements mentioned above, run the following command to your shell.

$ npm install

Tasks

Minify assets

This gulp task will minify all JS and CSS located in src/public folder.

$ npm run minify

Build all assets

This will prepare and minify the assets that will be used for the app.

$ npm run build

Run the app

To run the app:

$ npm start

Todo

  • Integrate React / Redux
  • Create customizable examples
  • Create modularized templates (e.g. headers and footers)
  • Live reload on change

Author

Almer T. Mendoza

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published