Cool Dev

Setup Tailwind CSS with Angular 11

Install tailwind css with npm Run the following command to install tailwind css npm install -D tailwindcss Generate Tailwind configuration…

3 years ago

How to setup laravel project using homestead

Step 1 : Create a new directory Homestead by using this command  cd ~/Homestead Step 2: Install the homestead directory…

3 years ago

NPM vs NPX

npx and npm are both command line tools that are used to install and run packages from the Node Package…

3 years ago

Configure laravel project in vagrant box in ubuntu

Step 1: Create a directory where you want to store project such as  mkdir ~/vagrant_projects Now go to the vagrant…

3 years ago

Guide To Naming Conventions

Specifically, there are certain naming conventions available across all programming languages, also known as Snake Case Camel Case Pascal Case…

3 years ago

How to use a CORS proxy to avoid “No Access-Control-Allow-Origin header” problems

If you want to solve the Access-Control-Allow-Orgin header problems, you can setup the cors proxy. You can make your own…

3 years ago

This website uses cookies.