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

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

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

Last synced: 8 months ago
JSON representation

A starter project for Prodo using JavaScript

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