Skip to content

agnislav/angular2-seed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

A seed project for AngularJS 2 apps.

It is something similar to the AngularJS Quick Start but does all the app bootstrap (setup) with gulp, instead of bash scripts (actually gulp invokes the same bash scripts used for building angular 2).

This repository exists mostly for bootstrapping my own experiments with AngularJS 2.

How to start

git clone https://github.com/mgechev/angular2-seed.git
cd angular2-seed
npm install
npm install -g gulp
gulp build:angular
gulp watch

License

MIT

About

Seed for AngularJS 2 apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 52.7%
  • JavaScript 47.3%