Skip to content

benterprise/electron-react-webpack-mobx-boilerplate

Repository files navigation

electron-react-webpack-mobx-boilerplate

Electron app boilerplate with React, MobX and Webpack

Mashup of this repo and this repo with minor modifications

Install

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

First, clone this repo via git and then install dependencies.

ProTip: Install with yarn for faster and safer installation

$ cd your-project-name && npm install

Run

Run these two commands simultaneously in different console tabs.

$ npm run hot-server
$ npm run start-hot

or run two servers with one command

$ npm run dev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published