Skip to content

BookyPie/electron-react-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

electron-react-boilerplate

Install

  • Note: requires a node version >= 6 and an npm version >= 3.

First, clone the repo via git:

git clone https://github.com/BookyPie/electron-react-boilerplate.git your-project-name

And then install dependencies.

$ cd your-project-name && npm install

Run

Run the application with live editing with this command

$ npm run dev

To run the application without live editing and packaging

$ npm run build
$ npm start

Packaging

To package apps for the local platform:

$ npm run package

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published