Files
trpc-nuxt/playground/README.md
Robert Soriano 0e6f890a0a update readme
2022-05-18 07:13:04 -07:00

32 lines
332 B
Markdown

# dev playground
## Setup
Make sure to install the dependencies:
```bash
pnpm install
```
## Development Server
Start the development server on http://localhost:3000
```bash
pnpm dev
```
## Production
Build the application for production:
```bash
pnpm build
```
Locally preview production build:
```bash
pnpm preview
```