https://github.com/verzsut/wertm-template
Webpack-Electron-React-Typescript-MUI template
https://github.com/verzsut/wertm-template
electron mui react template typescript webpack
Last synced: about 2 months ago
JSON representation
Webpack-Electron-React-Typescript-MUI template
- Host: GitHub
- URL: https://github.com/verzsut/wertm-template
- Owner: VerZsuT
- Created: 2022-03-23T14:17:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T18:04:00.000Z (over 2 years ago)
- Last Synced: 2025-02-05T12:53:01.589Z (4 months ago)
- Topics: electron, mui, react, template, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 272 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WERTM-Template
Webpack-Electron-React-Typescript-MUI template
- Webpack v5.69
- Electron v22.0.2
- Typescript v4.9.4
- React v18.2.0
- Babel v7.20.12
- Material UI v5.11.4
- Electron-Forge v6.0.4
- Hot reloadFirst, install the dependencies
```npm
npm i
```To start the live server, use
```npm
npm run start
```For package application
```npm
npm run package
```or
```npm
npm run package-prod
```- The main script is located in `src/main/index.ts`.
- The pages are in `src/renderer/pages/`.
- Сonfigs are located in `configs/`.
- Production build is optimized as much as possible.
- Typescript is configured to use the latest JavaScript features.
- There is a base for setting up aliases.