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
- Host: GitHub
- URL: https://github.com/prodo-dev/prodo-template-js
- Owner: prodo-dev
- Created: 2019-09-24T17:03:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T11:32:18.000Z (about 3 years ago)
- Last Synced: 2025-03-28T20:44:30.294Z (11 months ago)
- Language: JavaScript
- Homepage: https://docs.prodo.dev
- Size: 1.81 MB
- Stars: 0
- Watchers: 4
- 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
```