https://github.com/dochner/forum-app
https://github.com/dochner/forum-app
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dochner/forum-app
- Owner: dochner
- License: mit
- Created: 2023-03-19T19:09:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-21T10:55:44.000Z (about 3 years ago)
- Last Synced: 2025-02-03T16:31:51.375Z (over 1 year ago)
- Language: Vue
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Forum app
Forum app for threads discussion and more
## Recommended IDE Setup
## Json Server
```bash
npm install -g json-server
```
```bash
json-server --watch data/db.json
```