An open API service indexing awesome lists of open source software.

https://github.com/solodynamo/angular2-website-boilerplate

Angular 2 starter website / app boilerplate to get you started fast with Ng2.
https://github.com/solodynamo/angular2-website-boilerplate

Last synced: 11 months ago
JSON representation

Angular 2 starter website / app boilerplate to get you started fast with Ng2.

Awesome Lists containing this project

README

          

# Angular 2 Website Boilerplate

## Description
This repository acts as a very simple Angular 2 Responsive Website Boilerplate with which you can get started developing Angular 2 immediately.
### Snap
Sky Blue

## 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/solodynamo/Angular2-Website-Boilerplate.git
```
2: Install packages
```
npm install
```
3: Start server (includes auto refreshing) and gulp watcher
```
npm start
```