https://github.com/stevertus/objd-template
This is a minimal template to get grooving with objD fast.
https://github.com/stevertus/objd-template
Last synced: over 1 year ago
JSON representation
This is a minimal template to get grooving with objD fast.
- Host: GitHub
- URL: https://github.com/stevertus/objd-template
- Owner: Stevertus
- Created: 2020-09-23T09:10:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-20T20:32:15.000Z (over 5 years ago)
- Last Synced: 2025-01-30T04:17:07.829Z (over 1 year ago)
- Language: Dart
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## objD Template
This is a minimal template to get grooving with objD fast.
To get started, clone this repo or select `useTemplate`.
Install all dependencies in your local directory using
```
pub get
```
You can then just compile the project with
```
dart index.dart
or
objd run index.dart
```