Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Production Ready Boilerplate template with electron-webpack, typescript & react.

NotificationsYou must be signed in to change notification settings

vazra/electron-webpack-typescript-react

Repository files navigation


Production Ready Boilerplate template with electron-webpack, react & typescript.


  • A React app which is similar toCRA is added as the renderer.

Getting Started

This is a template repository, you can create repo by using "Use this Template" option from GitHub. Or can simply fork/clone this repository, install dependencies, and get started on your application.

The use of theyarn package manager isstrongly recommended, as opposed to usingnpm.

# Create new repo with https://github.com/vazra/electron-webpack-typescript-react/generate# or  create a directory of your choice, and copy template using curlmkdir new-electron-react-app&&cd new-electron-react-appcurl -fsSL https://github.com/vazra/electron-webpack-typescript-react/archive/master.tar.gz| tar -xz --strip-components 1# or copy template using git clonegit clone https://github.com/vazra/electron-webpack-typescript-react.gitcd electron-webpack-quick-startrm -rf .git# install dependenciesyarn

Development Scripts

# run application in development modeyarn dev# compile source code and create webpack outputyarn compile# `yarn compile` & create build with electron-builderyarn dist# `yarn compile` & create unpacked build with electron-builderyarn dist:dir

If you are looking to build electron apps with native database, there is a fork of this repo available atelectron-react-ts-rxdb-realm-sqlite which implements native databases. 👍

For any bugs or requests create issueshere

Pull requests are also invited. 🚀

About

Production Ready Boilerplate template with electron-webpack, typescript & react.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors13


[8]ページ先頭

©2009-2025 Movatter.jp