Skip to content

Remix concepts like routing, data loading, action and form handling

Notifications You must be signed in to change notification settings

DeepYV/remix-basics

Repository files navigation

Welcome to Remix!

Development

Run the dev server:

npm run dev

Deployment

First, build your app for production:

npm run build

Then run the app in production mode:

npm start

Now you'll need to pick a host to deploy it to.

About

Remix concepts like routing, data loading, action and form handling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published