Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 600 Bytes

File metadata and controls

16 lines (10 loc) · 600 Bytes

fuel-ui-cli-quickstart

A minimal Angular2 playground with Fuel-UI using angular-cli

Install

Clone this repo and execute in your favorite shell:

  • npm i -g angular-cli to install angular-cli globally (if you don't have it installed already)
  • npm i to install local npm dependencies and typings
  • ng build

Serve

After completing installation type in your favorite shell: