Skip to content

Latest commit

 

History

History

search-input

Search Input Example

This is an example of building a search input with Remix.

Development

From your terminal:

npm install
npm run dev

This starts your app in development mode, rebuilding assets on file changes.

Deployment

First, build your app for production:

npm run build

Then run the app in production mode:

npm start

Preview

Open this example on CodeSandbox:

Open in CodeSandbox