React+Sass+TypeScript+Vite project template
This is the most basic project template to start work with React, Sass, TypeScript and Vite
To start working:
Step 1: Clone the template
using ssh:
git clone [email protected]:RaiderHCPlay/React-Sass-Typescript-Vite-template.git
using https:
git clone https://github.com/RaiderHCPlay/React-Sass-Typescript-Vite-template.git
using github client
gh repo clone RaiderHCPlay/React-Sass-Typescript-Vite-template
Step 2: Install dependencies
with npm
npm install
with yarn
yarn install
with pnpm
pnpm install
Step 3: Start vite server
with npm
npm run dev
with yarn
yarn run dev
with pnpm
pnpm dev
Step 4: Start editing!
Start editing App.tsx file located in src directory to start developing!
Contributing
Feel free to contribute