unicodeveloper / angular2-quickstart-rollup

πŸ”₯ πŸ”₯ πŸ”₯ Easy way of setting up your apps ablaze with Angular2 and Rollup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular2 Quickstart Rollup

This repo is a quickstart for starting your Angular 2 apps with Rollup. All the basic settings and config you need to kickstart your application is here.

Quick start

# clone this repo

git clone https://github.com/unicodeveloper/angular2-quickstart-rollup.git

# change directory to our repo
cd angular2-quickstart-rollup

# install the repo with npm
npm install

# start the server
npm start

Done.

Good luck with Angular 2 hacking!

About

πŸ”₯ πŸ”₯ πŸ”₯ Easy way of setting up your apps ablaze with Angular2 and Rollup