/remix-tailwind-threejs-template

Remix starter built with Typescript, Tailwind CSS, and ThreeJS.

Primary LanguageTypeScript

Screenshot of application, showing two yellow cubes

Remix + Tailwind CSS + Three JS

A Remix starter for your next website, built using:

👀 View the Live Demo

Getting started

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!

Deployment

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.

Resources