https://github.com/jacob-ebey/remix-d1-northwind
Northwind Traders implemented on Remix + CF Pages + D1
https://github.com/jacob-ebey/remix-d1-northwind
Last synced: about 1 year ago
JSON representation
Northwind Traders implemented on Remix + CF Pages + D1
- Host: GitHub
- URL: https://github.com/jacob-ebey/remix-d1-northwind
- Owner: jacob-ebey
- Created: 2023-01-19T21:45:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-20T21:30:14.000Z (over 3 years ago)
- Last Synced: 2025-04-01T20:07:06.429Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://remix-d1-northwind.pages.dev
- Size: 229 KB
- Stars: 25
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to Remix!
- [Remix Docs](https://remix.run/docs)
## Development
From your terminal:
```sh
npm run dev
```
This starts your app in development mode, rebuilding assets on file changes.
## Deployment
Wire it up via the CF Dashboard. More info to come.