A Remix starter for your next website, built using:
- Typescript
- Styling with Tailwind CSS
- 3D library with Three.js and React Three Fiber
- Linting with ESLint
- Formatting with Prettier
- Deployment with Vercel
git clone https://github.com/ansonlichtfuss/remix-tailwind-threejs-template.git
cd remix-tailwind-threejs-template
To run your Remix app locally, make sure your project's local dependencies are installed:
yarn
Afterwards, start the Remix development server like so:
yarn dev
Open up http://localhost:3000 and you should be ready to go!
This project was created with the "Vercel" deployment target during creation. The target can be swapped out for other server adapters.
Import your Git repository into Vercel, and it will be deployed.
- Remix Docs
- Three JS Docs
- React Three Fiber Docs
- Tailwind CSS Docs
- Readme inspired by nextjs-typescript-mdx-blog