Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 906 Bytes

File metadata and controls

34 lines (25 loc) · 906 Bytes

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