Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 590 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 590 Bytes

Angular Playground

Build Status

Welcome to my Angular sandbox where I test concepts, techniques and libs new to me.

Build & run

You can clone this repository and play around:

yarn
yarn run start

Or you can run the site in production mode:

yarn run build
http-server ./dist