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 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
# Run watch in console 1
npm run watch
# Run start in console 2
npm start
Twitter @SyrianDeveloper