electron-angular-boilerplate
An Electron template app using AngularJS, Skeleton and a whoe sleuth of tools for building Windows/Mac/Linux desktop applications
File Explorer
Download Latest Version (.zip)- home.spec.js
- sample.jest.js
- home.js
- style.css
- sample.js
- load_globals.sh
- _colors.scss
- _fonts.scss
- _functions.scss
- _icons.scss
- _mixins.scss
- base.scss
- _footer.scss
- _nav.scss
- style.scss
- index.html
- .bowerrc
- .gitattributes
- .gitignore
- .jshintrc
- bower.json
- CHANGELOG.md
- circle.yml
- config.js
- CONTRIBUTING.md
- gulpfile.js
- karma.conf.js
- LICENSE
- main.js
- Makefile
- package.json
- README.md
# Installation Guide
git clone https://github.com/stephnr/electron-angular-boilerplate
Downloads the entire project code from GitHub to your computer.
cd electron-angular-boilerplate
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Node.js Node.js must be installed to use npm.
npm i -g node-sass
Installs the package published on the npm registry globally โ no need to clone the source.
Pulled directly from this repo's README.
3. Node.js
Easysudo npm install --python=python2.7
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
npm i -g node-sass
Installs the package published on the npm registry globally โ no need to clone the source.
npm rebuild node-sass
Type this command into your terminal and run it.
Pulled directly from this repo's README.
4. Make
Medium- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make
Compiles the code based on the generated build configuration to produce an executable.
Pulled directly from this repo's README.
