Skip to content

A basic boilerplate to start an Angular 2 (Beta) App. Includes Gulpfile to compile Typescript and SCSS.

License

Notifications You must be signed in to change notification settings

padelagani/angular-2-beta-boilerplate

This branch is up to date with mschwarzmueller/angular-2-beta-boilerplate:master.

Folders and files

NameName
Last commit message
Last commit date
Feb 22, 2016
Apr 11, 2016
Jun 7, 2016
Feb 22, 2016
Jan 19, 2016
Feb 22, 2016
Feb 22, 2016
Apr 11, 2016
Apr 11, 2016
Feb 23, 2016

Repository files navigation

Angular 2 Beta Boilerplate

Description

This repository acts as a very simple Angular 2 Beta Boilerplate with which you can get started developing Angular 2 immediately. It is derived from the official Angular 2 Documentation which can be found here.

Usage

Follow the following steps and you're good to go! Important: Typescript and npm has to be installed on your machine!

1: Clone repo

git clone https://github.com/mschwarzmueller/angular-2-beta-boilerplate.git

2: Install packages

npm install

3: Start server (includes auto refreshing) and gulp watcher

npm start

About

A basic boilerplate to start an Angular 2 (Beta) App. Includes Gulpfile to compile Typescript and SCSS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.4%
  • HTML 36.3%
  • TypeScript 11.3%
  • CSS 3.0%