Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/smack0007/ccd-deno-template

Conciso Coding Dojo Deno Template
https://github.com/smack0007/ccd-deno-template

Last synced: 20 days ago
JSON representation

Conciso Coding Dojo Deno Template

Awesome Lists containing this project

README

        

# Conciso Coding Dojo Deno Template

This repository contains a template for Conciso Coding Dojos using [Deno](https://deno.land/).

## Getting Started

You'll need to have [Deno installed](https://deno.land/#installation)

```bash
git clone https://github.com/smack0007/ccd-deno-template --depth 1
cd
rm -rf .git
git init
deno task cache
```

The program can be run with:

```bash
deno task run
```

Run tests with:

```bash
deno task test
```