Skip to content

juan-manuel-alberro/angular2-starter-kit

Repository files navigation

Angular 2 Starter Kit

Status

Build Status Coverage Status

Introduction

Welcome to Angular 2 Starter Kit!

Angular 2 is still in Release Candidate stage, please don't use this in production. This repo is only for learning only and is a mix of projects that you can find in Github.

Follow Angular 2 Changelog here

This starter contains

Start

Let's start up the server, run: gulp or gulp serve-dev

All the .js files are ignored and should't be uploaded to the repository.

I18n

There's a directive to translate the strings in the html files, just do something like this

<p i18n="my.key">fallback string</p>

Testing

This starter comes with testing gulp workflow

Unit testing

Just run

gulp test

E2E testing

Firstly start the server:

gulp serve-dev

To begin testing, run:

gulp e2e

Production

All build tasks will run the gulp test, the bundle will only be created if the test passed.

You can create production build by running:

gulp build

or you can create production build and then serve it using Browsersync by running:

gulp serve-build

License

MIT

About

Angular2 Starter Kit using the latest ng2 version

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published