__andrian_deni
KPCKevin Powell - Community
•Created by Cortezano on 8/15/2023 in #os-and-tools
INSTALLING TAILWIND
Hi, as far as I know, you only need one method to install tailwindcss, in you case to install tailwindcss using postcss you can follow the official documentation here https://tailwindcss.com/docs/installation/using-postcss , unless you want to build a non node based project, you will hardly need tailwindcss cli.
If you want to include your own css file, add the link tag in your html file to your css file. I don't know what framework/library do you use, but you can consult your framework/library 's documentation on how to add css file to your project.
3 replies
KPCKevin Powell - Community
•Created by BERSERK on 7/8/2023 in #back-end
MVC
Hi, I would recommend learning laravel as it has a huge community, you can also easily integrate with you favorite front-end library/framework, the official documentation has a great learning resource. If you just want to familarize yourself with MVC, try codeigniter as it is simpler. Hope this help.
5 replies
KPCKevin Powell - Community
•Created by AnasYasien on 8/1/2023 in #back-end
php
if you prefer reading tutorial, I would recommend the https://www.phptutorial.net/ website. I follow that tutorial myself. Hope this help.
5 replies
KPCKevin Powell - Community
•Created by ishwerchaudhary on 7/16/2023 in #back-end
npm install hangs on 'sill idealTree buildDeps' who can help me ?
have you tried adding the
--verbose
flag? I also had this problem because of my low internet connection, whenever it hangs, I always stop it and run the command again. Hope this help.4 replies