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
- Host: GitHub
- URL: https://github.com/prodo-dev/prodo-template
- Owner: prodo-dev
- Created: 2019-09-10T22:39:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T09:49:29.000Z (about 3 years ago)
- Last Synced: 2025-02-03T06:42:00.753Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://docs.prodo.dev
- Size: 2.03 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
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
```