Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.