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

https://github.com/prodo-dev/prodo-template

A starter project for Prodo using TypeScript
https://github.com/prodo-dev/prodo-template

Last synced: 11 months ago
JSON representation

A starter project for Prodo using TypeScript

Awesome Lists containing this project

README

          

# Prodo Template

This is a template project for the [Prodo web framework](https://prodo.dev).

## Getting Started

### Install Dependencies

```shell
npm install
```

### Development

```shell
npm start
```

### Test

```shell
npm test
```