muco-rolle / remix-reshaped

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Remix!

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

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

About


Languages

Language:TypeScript 91.8%Language:JavaScript 5.3%Language:CSS 2.9%