Skip to content

Latest commit

 

History

History
52 lines (43 loc) · 975 Bytes

README.md

File metadata and controls

52 lines (43 loc) · 975 Bytes

React Starter vite

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

Installation

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 

How to use

  #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 ..."