Go to file
pahmiudahgede 83942347f5 feat: auth for admin and pengelola 2025-07-09 02:11:45 +07:00
app feat: auth for admin and pengelola 2025-07-09 02:11:45 +07:00
public initial commit:migrate next js to remix 2025-07-06 13:25:02 +07:00
.eslintrc.cjs Initial commit from create-remix 2025-07-04 01:27:24 +07:00
.gitignore Initial commit from create-remix 2025-07-04 01:27:24 +07:00
README.md Initial commit from create-remix 2025-07-04 01:27:24 +07:00
components.json initial commit:migrate next js to remix 2025-07-06 13:25:02 +07:00
package-lock.json feat: auth for admin and pengelola 2025-07-09 02:11:45 +07:00
package.json feat: auth for admin and pengelola 2025-07-09 02:11:45 +07:00
postcss.config.js Initial commit from create-remix 2025-07-04 01:27:24 +07:00
tailwind.config.ts initial commit:migrate next js to remix 2025-07-06 13:25:02 +07:00
tsconfig.json Initial commit from create-remix 2025-07-04 01:27:24 +07:00
vite.config.ts Initial commit from create-remix 2025-07-04 01:27:24 +07:00

README.md

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.

DIY

If you're familiar with deploying Node applications, the built-in Remix app server is production-ready.

Make sure to deploy the output of npm run build

  • build/server
  • build/client

Styling

This template comes with Tailwind CSS already configured for a simple default starting experience. You can use whatever css framework you prefer. See the Vite docs on css for more information.