Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 898 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 898 Bytes

Angular 2 Ultimate Starter Project

This is a basic starter project for developers who want to develop with Angular 2 in combination with gulp. Please keep in mind that Angular 2 is still in beta! Also keep in mind this is my first Angular 2 project. Tips and suggestions are most welcome.

Usage

To use this project please do the following steps;

  • Clone the project
git clone https://github.com/lmeijdam/angular2-starter-gulp
  • Install all the dependencies
npm install
  • Run the app
npm start

Keep in mind that the app, view and style folder are created when starting/compiling the app. Please also make sure you have NodeJs installed.

References

For this project I used the following references;

Angular 2 website

Scott Logic - Developer blog