Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 490 Bytes

File metadata and controls

20 lines (11 loc) · 490 Bytes

Introduction about the code:

In this code, we have following features.

  1. react application is created using vite
  2. Tailwind CSS is integrated
  3. Pre-defined code for Tailwind CSS is removed and simplete Heading-Paragraph is typed in App.jsx

How to Run:

  • Open VS code terminal and type command

      npm install
    
  • Above command will install all neccessary packages and create node_modules folder in your downloaded code.

  • Now run below command to run the code

      npm run dev