- Run the command
npm create vite
in the command prompt. - Afer the script you will be prompted to enter a project name.
- After entering the project name, Vite will prompt you to select a framework. Select the framework as React.
- After selecting framework, Vite will prompt you to select language type.
- After selecting the language type, Vite will show the message as Scaffolding the project in the location.
- After that you can go to the folder and instruct to install the dependencies with the command
npm install
. - After that you can run the project with command
npm run dev
.
Tiny React Apps
This is a collection of tiny apps built with React, designed to explore and learn React along with its associated libraries.
Use the share button below if you liked it.
It makes me smile, when I see it.