Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Shemnei/electron-react-bootstrap-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This repo contains a basic structure for Electron apps which use React and Bootstrap.

Setup

Run the following commands in your terminal (you need Node.js):

  1. Navigate to a folder you want the app to be in and then clone the repo:
    git clone https://github.com/Shemnei/electron-react-bootstrap-template yourAppName
  2. Navigate into your newly created folder (either 'yourAppName' or electron-react-bootstrap-template):
    cd yourAppName
  3. Install all requirements:
    npm install
  4. Edit the package.json file to your liking (docs)
  5. To launch your app type:
    npm start
  6. Congratulations you have a basic working electron app !