Skip to content

A boilerplate using the Quick Start of Angular 2 with Electron, TypeScript, Sass and NPM Scripts

Notifications You must be signed in to change notification settings

thompsonemerson/angular2electron

Repository files navigation

Angular 2 ♥ Electron

licence mit

A boilerplate using the Quick Start of Angular 2 with Electron, TypeScript, Sass and NPM Scripts

What use?

Quick start

Make sure you have the node installed on your machine and follow the commands...

# clone application
$ git clone https://github.com/thompsonemerson/angular2electron.git
$ cd angular2electron

# install dependencies
$ npm install

# start application
$ npm start

and done! if everything went right, the application starts to run!

Commands

$ npm install: Install all necessary dependencies of the application.
$ npm start: Runs application in development mode.
$ npm run tsc: Runs the TypeScript compiler once.
$ npm run tsc:w: Runs the TypeScript compiler in watch mode.
$ npm run sass: Runs the Sass compiler once.
$ npm run sass:w: Runs the Sass compiler in watch mode.
$ npm test: Compiles, runs and watches the karma unit tests.
$ npm run e2e: Run protractor e2e tests, written in JavaScript (*e2e-spec.js).

Contributing

Help improve these docs. Open an issue or submit a pull request.

  1. Navigate to the main page of the repository
  2. Fork it!
  3. Create your feature branch: git checkout -b my-new-feature
  4. Commit your changes: git commit -m 'Add some feature'
  5. Push to the branch: git push origin my-new-feature
  6. Submit a pull request =D

License

MIT License © Emerson Thompson

About

A boilerplate using the Quick Start of Angular 2 with Electron, TypeScript, Sass and NPM Scripts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published