electron-angular-es6
Sample Electron App using AngularJS / SystemJS / BabelJS
File Explorer
Download Latest Version (.zip)- app.js
- controller.js
- config.js
- index.html
- index.es6.js
- index.js
- Gulpfile.js
- package.json
- package.json
- server.js
- .gitignore
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/ThorstenHans/electron-angular-es6
Downloads the entire project code from GitHub to your computer.
cd electron-angular-es6
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
cd app
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
