A starter app using Electron, electron-prebuilt-compile, React, React Router, ESLint, Babel and Bootstrap 3.
Includes:
Electron, Electron Compile, React 15.5.4, React Router, ESLint, Bootstrap 3 and Babel
Out of the box.
Libraries last update: 29 April 2017
This boilerplate uses the following technology:
- Electron: framework for native desktop apps using web technologies
- electron-prebuilt-compile: powered by electron-compile to compile JS and CSS
- React: the UI
- Babel: a JavaScript compiler
- react-devtools: an extension of Chrome's developer tools for React components. Installed using electron-devtools-installer
- Bootstrap 3
- Ensure Node.js and npm are installed. If not, Node can be installed from here.
- Also make sure that Electron is installed globally
npm install -g electron
.
git clone https://github.com/steven-fernandez/electron-react-bootstrap-starter.git
cd electron-react-bootstrap-starter
npm install
npm start
---