tailwind Installation

Steps to be follow for getting started with the template:

Basic

  1. Start
    cd  CODE-Tailwind
  2. Install via the npm
    npm install
    OR when you get any error on npm install
    npm i --legacy-peer-deps
  3. For development
    npm run dev
  4. For build
    npm run build