Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vutran/electron-webpack-boilerplate
https://github.com/vutran/electron-webpack-boilerplate
boilerplate electron javascript react webpack
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vutran/electron-webpack-boilerplate
- Owner: vutran
- License: mit
- Created: 2015-12-16T11:25:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-18T03:15:14.000Z (about 9 years ago)
- Last Synced: 2024-12-15T16:07:43.764Z (25 days ago)
- Topics: boilerplate, electron, javascript, react, webpack
- Size: 11.7 KB
- Stars: 21
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Electron Webpack Boilerplate
Fully-loaded Electron boilerplate
- [Electron](https://github.com/atom/electron)
- [webpack](https://github.com/webpack/webpack)
- [React](https://github.com/facebook/react)
- [Hot Loader Server](https://github.com/vutran/hot-reload-server)
- [Babel/ES2015](https://github.com/babel/babel)
- [CSS Modules](https://github.com/css-modules/css-modules)
- [Sass](https://github.com/sass/sass)
- [PostCSS](https://github.com/postcss/postcss), [Autoprefixer](https://github.com/postcss/autoprefixer)
- [dotenv](https://github.com/motdotla/dotenv)## Quickstart Guide
````
npm install && npm start
````