This is an electron boilerplate with the following technologies baked in:
- Electron
- AngularJS
- Angular Material
- Sass
- Gulp
- Modification of @srakowski 's ElectronLikeVS template
To get started, clone down the repo and run npm install
in both the root directory and the app directory.
Build the entire project with npm run build
.
Build just sass with npm run sass
or npm run scss
for whichever file format you prefer.
Run the built app with npm start
.