Skip to content

Blacktoviche/electron-react-bootstrap-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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