Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
````