Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dtgoitia/electron-react-template
React and Electron app template ready for live develop on desktop.
https://github.com/dtgoitia/electron-react-template
electron reactjs setup
Last synced: 25 days ago
JSON representation
React and Electron app template ready for live develop on desktop.
- Host: GitHub
- URL: https://github.com/dtgoitia/electron-react-template
- Owner: dtgoitia
- Created: 2017-08-27T15:09:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-27T21:31:16.000Z (over 7 years ago)
- Last Synced: 2024-10-28T13:55:35.335Z (2 months ago)
- Topics: electron, reactjs, setup
- Language: JavaScript
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains the minimum necessary to set up a project with React and Electron.
# Quick start
1. `git clone` this repository (electron-react-template)
2. Navigate to the cloned repo and run `npm install`. (*)
3. Run `npm run dev` to bring up the server and see your app in electron.Happy coding!
\* : This process might take few minutes. The amount of packages to download is pretty big.
# After...
Once you have player around and enjoyed this template, remember to update:
* `./package.json` values:
* `name`
* `./public/manifest.json` values:
* `short_name`
* `name`
* `icons`
* ...
* `./public/index.html`:
* `` tag `lang` property value
* `` tag content
* ...As probably you expected: `index.js` is your app's entry point which renders `` React component living in `App.js` file.