Skip to content

Pre-configured starter for Electron + Inferno + TypeScript + Webpack

License

Notifications You must be signed in to change notification settings

ayonsaha2011/electron-inferno-typescript-starter

Repository files navigation

electron-inferno-typescript-starter

Pre-configured Electron v6 + Inferno + TypeScript + Webpack v4 starter project

Getting started

// execute
git clone https://github.com/ayonsaha2011/electron-inferno-typescript-starter.git

Then install all the node_modules needed by executing the following command:

cd folder-containing-the-cloned-starter
npm run install

Finally execute the following command to start you application.

npm start

Building the installer for your Electron app

The starter is currently configured to package & build the installer of your app for macOS & Windows using electron-builder.

For macOS, execute:

npm run build:mac

For Windows, execute:

npm run build:win

Author

Ayon Saha @ayonsaha2011

License

Electron Inferno TypeScript Webpack starter is open source software licensed as MIT.

About

Pre-configured starter for Electron + Inferno + TypeScript + Webpack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published