Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 390 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 390 Bytes

Simple example of Angular2 application for FrontHub conf

Clone

git clone https://github.com/mkf-simpson/fronthub-2016

Install

cd fronthub-2016
npm install

Build

npm run build

Run

python -m SimpleHTTPServer

Enjoy

http://localhost:8000