How to host my website made with tailwind css to hostinger #88
Answered
by
eddiejaoude
Arvindjitta
asked this question in
Q&A
-
Hello everyone, does any body know how to host my website made with tailwind css to hostinger |
Beta Was this translation helpful? Give feedback.
Answered by
eddiejaoude
Aug 23, 2020
Replies: 1 comment
-
I recommend using GitHub Pages. Tailwindcss has a few ways to post process / build for hosting https://tailwindcss.com/docs/installation#using-tailwind-cli
The easiest thing to do is use the CDN. It is less performant, but these performance improvements can be made later on. Limitation on using the CDN |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
eddiejaoude
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I recommend using GitHub Pages.
Tailwindcss has a few ways to post process / build for hosting https://tailwindcss.com/docs/installation#using-tailwind-cli
The easiest thing to do is use the CDN. It is less performant, but these performance improvements can be made later on. Limitation on using the CDN