Skip to content

Commit 6a463e4

Browse files
author
codesbiome
committed
v1.0.0
1 parent 3c0ffca commit 6a463e4

File tree

7 files changed

+9
-11
lines changed

7 files changed

+9
-11
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Electron React Webpack Boilerplate (JavaScript)
22

3-
ERWT is a minimal boilerplate for writing Desktop Applications using [Electron](https://www.electronjs.org/), [React](https://reactjs.org/), [Webpack](https://webpack.js.org/) & JavaScript. <br /> This project makes use of latest packages and configurations to serve the best environment for development.
3+
A minimal boilerplate for writing Desktop Applications using [Electron](https://www.electronjs.org/), [React](https://reactjs.org/), [Webpack](https://webpack.js.org/) & JavaScript. <br /> This project makes use of latest packages and configurations to serve the best environment for development.
44

55
## Screenshot
66

7-
<img src="assets/images/screen_550.jpg" />
7+
<img src="assets/images/v100.jpg" />
88

99
<br>
1010

assets/images/intro.png

-50 KB
Binary file not shown.

assets/images/screen_541.png

-40 KB
Binary file not shown.

assets/images/screen_550.jpg

-55.2 KB
Binary file not shown.

assets/images/v100.jpg

59.1 KB
Loading

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "electron-react-webpack-boilerplate",
33
"productName": "Electron Boilerplate",
4-
"version": "5.5.0",
5-
"description": "Custom boilerplate for writing Desktop Applications using Electron, React, Webpack, TypeScript in 2022",
4+
"version": "1.0.0",
5+
"description": "Custom boilerplate for writing Desktop Applications using Electron, React, Webpack, Javascript in 2022",
66
"main": ".webpack/main",
77
"scripts": {
88
"start": "cross-env NODE_ENV=development electron-forge start",
@@ -16,11 +16,9 @@
1616
"minimal",
1717
"electron-webpack",
1818
"electron-react",
19-
"electron-typescript",
20-
"hmr",
19+
"hot reload",
2120
"boilerplate",
22-
"2022",
23-
"ERWT"
21+
"2022"
2422
],
2523
"author": {
2624
"name": "codesbiome",

src/renderer/components/Application.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ const Application = () => {
1010
<div id='erwt'>
1111
<div className='header'>
1212
<div className='main-heading'>
13-
<h1>ERWT Boilerplate</h1>
13+
<h1>Electron React Webpack Boilerplate</h1>
1414
</div>
1515
<div className='main-teaser'>
1616
<img src={logo} title='Codesbiome' />
1717
<div>
1818
Minimal boilerplate for rapid development of Desktop Applications
19-
using Electron, React, Typescript and Webpack. To serve the best
19+
using Electron, React, Javascript and Webpack. To serve the best
2020
environment for development, it uses hot-reloading of modules,
2121
styles and layouts of project
2222
</div>
2323
</div>
2424
<div className='versions'>
2525
<span>
26-
ERWT <span id='erwt-version'></span>
26+
Project <span id='erwt-version'></span>
2727
</span>
2828
<span>
2929
Electron <span id='electron-version'></span>

0 commit comments

Comments
 (0)