https://github.com/rphlmr/remix-js-with-jsdoc
A Remix run demo in full JS with JSDoc
https://github.com/rphlmr/remix-js-with-jsdoc
js jsdoc remix-run
Last synced: over 1 year ago
JSON representation
A Remix run demo in full JS with JSDoc
- Host: GitHub
- URL: https://github.com/rphlmr/remix-js-with-jsdoc
- Owner: rphlmr
- Created: 2023-08-30T12:27:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T10:30:55.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T02:29:15.678Z (over 1 year ago)
- Topics: js, jsdoc, remix-run
- Language: JavaScript
- Homepage:
- Size: 494 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to Remix JS + JSDoc
- [Remix Docs](https://remix.run/docs)
This is a demo of how to use JS + JSDoc with Remix.
## Development
From your terminal:
```sh
npm run dev
```
This starts your app in development mode, rebuilding assets on file changes.