You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**If you have installation or compilation issues with this project, please see [our debugging guide](https://github.com/electron-react-boilerplate/electron-react-boilerplate/issues/400)**
50
48
51
-
First, clone the repo via git:
49
+
First, clone the repo via git and install dependencies:
Start the app in the `dev` environment. This starts the renderer process in [**hot-module-replacement**](https://webpack.js.org/guides/hmr-react/) mode and starts a webpack dev server that sends hot updates to the renderer process:
67
60
68
61
```bash
69
-
$ yarn dev
62
+
yarn dev
70
63
```
71
64
72
65
## Packaging for Production
73
66
74
67
To package apps for the local platform:
75
68
76
69
```bash
77
-
$ yarn package
70
+
yarn package
78
71
```
79
72
80
73
## Docs
@@ -161,7 +154,6 @@ Become a sponsor and get your logo on our README on Github with a link to your s
161
154
162
155
## Maintainers
163
156
164
-
-[Vikram Rangaraj](https://github.com/vikr01)
165
157
-[Amila Welihinda](https://github.com/amilajack)
166
158
-[C. T. Lin](https://github.com/chentsulin)
167
159
-[Jhen-Jie Hong](https://github.com/jhen0409)
@@ -170,15 +162,11 @@ Become a sponsor and get your logo on our README on Github with a link to your s
0 commit comments