Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brickpop/adminjs-deno

Starter of an AdminJS app running on Deno
https://github.com/brickpop/adminjs-deno

Last synced: 11 days ago
JSON representation

Starter of an AdminJS app running on Deno

Awesome Lists containing this project

README

        

# AdminJS Deno template

A starter project to build an AdminJS app running on Deno.

## Get started

Define your settings on the `.env` file:

```sh
cp .env.example .env
```

Then, start the development server with:

```sh
# Optional DB Server
deno task dev:db &

# Start the app
deno task dev
```