Small app to play a little bit with Remix.run (https://remix.run/).
-
Install all dependencies
npm install
-
This step only applies if you've opted out of having the CLI install dependencies for you:
npx remix init
-
Init db
npx prisma db seed
-
Start dev server:
npm run dev
This starts your app in development mode, rebuilding assets on file changes.
The database seed script creates a new user with some data you can use to get started:
- Email:
rachel@remix.run
- Password:
racheliscool