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.
- Host: GitHub
- URL: https://github.com/connorgray/demos
- Owner: ConnorGray
- License: mit
- Created: 2015-10-25T17:14:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-27T19:02:04.000Z (over 10 years ago)
- Last Synced: 2025-03-27T07:45:50.560Z (about 1 year ago)
- Language: Dart
- Size: 7.69 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.