Skip to content

charklewis/sb9or3

Repository files navigation

Welcome to Remix!

This is a very basic example of a simple Remix app using the Remix App Server.

Development

From your terminal:

yarn
yarn dev

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

Deployment

First, build your app for production:

yarn build

Then run the app in production mode:

yarn start

Tests

To run the tests run:

yarn test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published