/electron-seed

AngularJS + Electron Seed

Primary LanguageCSSMIT LicenseMIT

  • Framework: AngularJS, Electron
  • Language: Javascript
  • Template Engine: Jade
  • Dependency and Package Management: RequireJS, Almond, Bower
  • JS Task Runner: Grunt

Dependencies

  • Install NodeJS: http://nodejs.org/
  • Check to see if npm was installed: npm -v
  • Install Electron: npm install electron-prebuilt -g
  • Install sass: npm install sass -g
  • Install compass: npm install compass -g
  • Install bower: npm install bower -g
  • Install grunt-cli: npm install grunt-cli -g

Install

  • Install all dependencies: npm install
  • Install all JS libraries: bower install

Run

  • In terminal 1: grunt web
  • In terminal 2: npm start