An open API service indexing awesome lists of open source software.

https://github.com/connorgray/demos

Source code for the demos found on my website.
https://github.com/connorgray/demos

Last synced: about 1 year ago
JSON representation

Source code for the demos found on my website.

Awesome Lists containing this project

README

          

# Demos
Source code for the demos found on [my website](http://www.connorgray.com/demos).

# Run them yourself
### Download
```shell
$ git clone https://github.com/ConnorGray/demos
```
### Run
Before running the commands below, download the Dart language [pub package manager](https://www.dartlang.org/tools/pub/).
```shell
$ cd demos
$ cd
$ pub serve
```

Go to [localhost:8080](http://localhost:8080) in your browser.