Project d8d-remix-tailwind-postcss-yakesGl2
|
|
il y a 1 an | |
|---|---|---|
| app | il y a 1 an | |
| public | il y a 1 an | |
| .eslintrc.cjs | il y a 1 an | |
| .gitignore | il y a 1 an | |
| README.md | il y a 1 an | |
| bolt-remix-5fdgca.zip | il y a 1 an | |
| package-lock.json | il y a 1 an | |
| package.json | il y a 1 an | |
| postcss.config.js | il y a 1 an | |
| tailwind.config.ts | il y a 1 an | |
| tsconfig.json | il y a 1 an | |
| vite.config.ts | il y a 1 an |
Run the dev server:
npm run dev
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.
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/serverbuild/clientThis 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.