https://github.com/codingranjith/katrp
https://github.com/codingranjith/katrp
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codingranjith/katrp
- Owner: CodingRanjith
- License: mit
- Created: 2025-08-19T10:15:23.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-09-28T17:56:58.000Z (6 months ago)
- Last Synced: 2025-09-28T19:27:59.789Z (6 months ago)
- Language: JavaScript
- Size: 17.6 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project Title
Kattraan
### Client
Navigate to the client directory and install all dependencies:
cd client
```bash
npm i
```
```bash
npm run dev
```
### Server
Navigate to the server directory and install all dependencies:
cd server
```bash
npm i
```
```bash
npm run dev
```