Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/seasonedcc/remix-forms

The full-stack form library for Remix and React Router
https://github.com/seasonedcc/remix-forms

form forms react-hook-form react-router react-router-dom react-router-dom-v6 react-router-v6 remix remix-run type-safety typescript zod

Last synced: 24 days ago
JSON representation

The full-stack form library for Remix and React Router

Awesome Lists containing this project

README

        

# Welcome to Remix Forms

This repository contains the Remix Forms source code. Please create issues as you encounter them. We appreciate the contribution!

## Documentation

For documentation about Remix Forms, please visit [remix-forms.seasoned.cc](https://remix-forms.seasoned.cc).

## Development

1. Clone the repo

2. Install and run

```sh
$ cd remix-forms
$ npm i
$ npm run dev
```

Note: we had issues running the turborepo `dev` command on Node 18. We recommend using Node 16 for development.

This will run the website at http://localhost:3000.

## Testing

You need to have the Playwright executables in order to run the tests.

```sh
npx playwright install
```

Then you can run

```sh
npm run test
```