https://github.com/kumarryogeshh/electron-react-parcel-boilerplate
Boilerplate code to create basic, production ready Electron app using React, Parcel application bundler.
https://github.com/kumarryogeshh/electron-react-parcel-boilerplate
electron-app electron-react electron-react-parcel electron-reactjs electronjs parcel-bundler parceljs react-parcel react-particles-js reactjs
Last synced: 3 months ago
JSON representation
Boilerplate code to create basic, production ready Electron app using React, Parcel application bundler.
- Host: GitHub
- URL: https://github.com/kumarryogeshh/electron-react-parcel-boilerplate
- Owner: kumarryogeshh
- License: mit
- Created: 2019-01-14T12:45:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T06:06:19.000Z (about 2 years ago)
- Last Synced: 2025-02-01T14:13:41.919Z (4 months ago)
- Topics: electron-app, electron-react, electron-react-parcel, electron-reactjs, electronjs, parcel-bundler, parceljs, react-parcel, react-particles-js, reactjs
- Language: JavaScript
- Size: 524 KB
- Stars: 50
- Watchers: 4
- Forks: 9
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React
+ Parcel
+ Electron
= 🎉
[![Buy me][badge_amazon]][amazon]
[![Stars][badge_github_stars]][github_stars]
[![Follow][github_followers]][github_follow]
[![Fork][badge_github_fork]][github_fork]
[![Follow_Twitter][badge_twitter_follow]][twitter_follow][![Website][badge_website]][website]
[![Fork][badge_github_issues]][github_issues]Bolierplate code for building multi-platform, production ready desktop apps using [Electron](https://electronjs.org/), [React](https://reactjs.irg) and [Parcel](https://parceljs.org/).
Also contains CSS styling using [Semantic-UI-CSS](https://github.com/Semantic-Org/Semantic-UI-CSS)
Written by [Yogesh](https://ykumar.in/).
## Scripts
`yarn start` will start the Electron app and the React app at the same time.
`yarn build` will build the React app and package it along the Electron app.## Just React ?
### Offcourse you can, run :
`yarn react-start` will start the React app at http://localhost:3000.
`yarn react-build` will build the React app and package it in build folder.## Read more
You can read more about it in [my Medium article](https://medium.com/@yogeshkumarr/production-ready-electron-app-using-react-and-parcel-web-bundler-74dcda63f148).
## License
This code is released under the [MIT License](LICENSE).
[amazon]: https://www.amazon.in/hz/wishlist/ls/3EFPKXDOTFOUO/
[badge_amazon]: https://kumarryogeshh.github.io/badges/amazon.svg
[github_followers]: https://img.shields.io/github/followers/kumarryogeshh?label=Follow&style=social
[github_follow]: https://github.com/kumarryogeshh/electron-react-parcel-boilerplate
[badge_github_fork]: https://img.shields.io/github/forks/kumarryogeshh/electron-react-parcel-boilerplate?label=Fork&style=social
[github_fork]: https://github.com/kumarryogeshh/electron-react-parcel-boilerplate/fork
[badge_github_stars]: https://img.shields.io/github/stars/kumarryogeshh/electron-react-parcel-boilerplate?style=social
[github_stars]: https://github.com/kumarryogeshh/electron-react-parcel-boilerplate
[badge_twitter_follow]: https://img.shields.io/twitter/follow/igoy_k?label=Follow&style=social
[twitter_follow]: https://twitter.com/igoy_k
[badge_website]: https://img.shields.io/website?url=http%3A%2F%2Fykumar.in
[website]: http://www.ykumar.in
[badge_github_issues]: https://img.shields.io/github/issues/kumarryogeshh/electron-react-parcel-boilerplate
[github_issues]: https://github.com/kumarryogeshh/electron-react-parcel-boilerplate/issues