bin-r00t / fullstack-remix-prisma-mongodb

Build A Fullstack app with Remix.js & prisma with mongodb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues

  • 使用 remix vite:dev 的时候,会导致 tailwindcss 报错,然后导致我 Form/form 标签下的 button 或 a 的正常功能不生效...

test pull request

Development

Run the Vite 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

reference

https://www.prisma.io/blog/fullstack-remix-prisma-mongodb-2-ZTmOy58p4re8

About

Build A Fullstack app with Remix.js & prisma with mongodb


Languages

Language:CSS 54.5%Language:TypeScript 37.5%Language:JavaScript 8.1%