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

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.

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
```