- The main reason of making this is so that you don't have to install and configure your project
to work with
TailwindCSS
every single time.
- Will be adding new components that should be in react, but are not there.
- If you've got any ideas as to what should be added,
please let me know here on github, or on discord under
ancho1211
.
Please run
npm install
or click here, after pulling this repo.
To run create a dev server run
npm run dev
, or change that in your package.json.
If you wish to add other node modules run
npm install <module_name>
If you don't know how to use TailwindCSS, here is their Documentation:
https://tailwindcss.com/docs/installation
It will teach you how to use tailwind the right way and help you with everything else.