https://github.com/orjdev/solid-query-bug
https://github.com/orjdev/solid-query-bug
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/orjdev/solid-query-bug
- Owner: OrJDev
- Created: 2024-03-16T10:35:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T10:44:57.000Z (over 2 years ago)
- Last Synced: 2025-01-06T09:45:17.998Z (over 1 year ago)
- Language: TypeScript
- Size: 74.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
https://github.com/OrJDev/create-jd-app/assets/91349014/25fa251a-9711-4772-8374-04fb1fcc5678
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)