ecetkr / RecipeBook

Section: 10 - Major Project: Recipe Book from https://www.udemy.com/the-complete-guide-to-angular-2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

npm start

4: Start Gulp Watcher (compile TypeScript and (S)CSS)

gulp

About

Section: 10 - Major Project: Recipe Book from https://www.udemy.com/the-complete-guide-to-angular-2

License:MIT License


Languages

Language:JavaScript 75.7%Language:TypeScript 10.8%Language:CSS 8.6%Language:HTML 4.9%