An open API service indexing awesome lists of open source software.

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

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.