Skip to content

Electron + React + Express + Typescript App Boilerplate

Notifications You must be signed in to change notification settings

gloaysa/electron-react-express-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electron + React + Express + Typescript Bundle

This is a TypeScript boilerplate for creating an Electron app using React with react-router and an Express server.

It's very basic but functional, so you can start creating your app as soon as possible without worrying too much about configuration.

Installation

npm install

You need to build the project, so the server can start when developing.

npm build

Now you can start the project on development mode, this will start electron opening the app and starting the server.

npm run dev

Building for production

Check in the package.json under config the platforms' target for your app build and the name for it, then run:

npm run package
npm run make

About

Electron + React + Express + Typescript App Boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published