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.
- Host: GitHub
- URL: https://github.com/solodynamo/angular2-website-boilerplate
- Owner: solodynamo
- Created: 2016-11-23T15:23:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-17T16:02:54.000Z (over 9 years ago)
- Last Synced: 2025-01-19T07:11:44.759Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## 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
```