Blacktoviche / electron-react-bootstrap-boilerplate

A minimal Electron app using React & Bootstrap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

electron-react-bootstrap-boilerplate

Clone and run for a quick way to see Electron, React and Bootstrap in action.

This is a minimal Electron application using React & Bootstrap

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/Blacktoviche/electron-react-bootstrap-boilerplate
# Go into the repository
cd electron-react-bootstrap-boilerplate
# Install dependencies
npm install
# Run the app
npm start

In Development environment use

# Run watch in console 1
npm run watch
# Run start in console 2
npm start

License

Twitter @SyrianDeveloper

About

A minimal Electron app using React & Bootstrap

License:MIT License


Languages

Language:JavaScript 100.0%Language:HTML 0.0%Language:CSS 0.0%