Giter Site home page Giter Site logo

arnoldkrumins / angular2-seed-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pablodenadai/angular2-seed-project

0.0 2.0 0.0 778 KB

:sparkles: Light-weight and easy to use seed project for Angular 2 apps.

Home Page: http://angular2-seed.io/

License: MIT License

Shell 3.68% JavaScript 53.91% HTML 4.62% TypeScript 28.19% CSS 9.61%

angular2-seed-1's Introduction

Angular 2 - Seed Project

Build Status Join the chat at https://gitter.im/ghpabs/angular2-seed

Light-weight and easy to use seed project for Angular 2 apps.

Stack

Features

  • Gulp fully automated workflow.
  • Development and production environment targets.
  • Official Angular 2 tutorial app implementation.
  • Unit and E2E test samples.
  • Code coverage report with TypeScript mapping.
  • TypeScript linting, sourcemaps and transpilation (ES5).
  • Sass linting, sourcemaps and transpilation.
  • TypeDoc documentation generator. (Currently disabled. See issue #26.)

Install

$ git clone https://github.com/ghpabs/angular2-seed.git && cd angular2-seed
$ npm install
$ gulp build serve

Note: the serve task won't automatically launch the browser for you. To view the app please open a new tab and go to http://localhost:8080/.

Usage

Tasks

  • $ gulp clean: Remove generated folders - build, docs and coverage.
  • $ gulp unit: Run Karma against all test/unit/*.spec.js files. The project must have been previously built as test are ran against the .js transpiled files.
  • $ gulp e2e: Run Protractor against all test/e2e/*.e2e.js files. The project must be being served before running end-to-end tests.
  • $ gulp build: Create distribution package. See environment targets below.
  • $ gulp serve: Start web-server and live-reload. See environment targets below.

Targets

Use --dev and --prod modifiers for development and production targets where --dev is the default modifier.

  • $ gulp build serve is equivalent to $ gulp build serve --dev.
  • $ gulp build serve --prod.

Ecosystem

You might have noticed that we have quite a few files in our root folder. You might also be wondering why we need them and whether they are applicable to your use case. Here is a brief explanation:

  • .travis.yml: Travis is our Continuos Integration (CI) server and this is its configuration file. We have added hooks to GitHub so automated tests will kick in after each commit.
  • deploy.sh: This file enable us to deploy our application after every successful build in the CI server.
  • karma.shim.js: Unit testing Angular2 apps is still in its early days and this file helps us setup the test runner - Karma.

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. When submitting a PR, make sure that the commit messages match the Angular conventions.

License

MIT

angular2-seed-1's People

Contributors

gitter-badger avatar maxime1992 avatar pablodenadai avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.