create-prpc-app
Version:
Create brand new pRPC app within seconds
32 lines (18 loc) • 449 B
Markdown
This project was created using [Create JD App](https://github.com/OrJDev/create-jd-app)
## Start Dev Server
```bash
pnpm dev
```
This will start a dev server on port `3000` and will watch for changes.
## Testing Production Build
### Build
```bash
pnpm build
```
### Start
```bash
pnpm start
```
This will start a production server on port `3000`.
### Enviroment Variables
[Sponsor Create JD App](https://github.com/sponsors/OrJDev)