React Starter Vite is used to create a React project, remove all unwanted code, and start the project in VSCode.
you can use bun
or npm
or pnpm
or yarn
if you use pnpm
- Install pnpm with
curl -fsSL https://get.pnpm.io/install.sh | sh -
or
wget -qO- https://get.pnpm.io/install.sh | sh -
if you use bun
-install bun with
curl -fsSL https://bun.sh/install | bash
- clone the project
git clone https://github.com/Yaici-Yacine/React-Starter-vite.git
cd React-Starter-vite
- add permission
chmod +x inst.sh
./inst.sh
#get info how to use
react -h
# create a project react with javascript
react -n -j example
# create a project react with typescript
react -p -t example
#create a project react with typescript and insall packages
react -y -t example -i "sass axios ..."