/HeadingParagraph

Simple heading and paragraph styling using inline and external CSS

Primary LanguageJavaScript

Basic React App Creation using TypeScript and Vite

You can use below link to know how to create this app

https://abobakar.kesug.com/courses/react/run-custom-code/

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 this app

    npm run dev