This repository contains the code portion of my personal website that runs on a client web-browser. It's written in Dart with Angular.
Setup for Development page.
- Clone or [download][] this repo.
- Get the dependencies:
pub get
- Launch a development server:
pub serve
- In a browser, open http://localhost:8080
-- If you find a problem with this sample's code, please open an [issue][].