ManuCoutinho / vite-react-ts-template

#vitejs #react #typescript #boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vitejs/React Template

I created this template to make your life (and mine) easier when you need to start a new React project, using Vite.js, which includes the basic setup. The styling method is up to you 😉. Just clone the repository, install the dependencies and start coding.

⭐Awesome template for Vitejs project's with:

  • React@18
  • Typescript
  • Vite@4
  • Vitest
  • Testing Library
  • Eslint
  • Prettier
  • Stylelint
  • Husky
  • Lint Staged

Happy hacking!

✅ Requirements

Before starting 🏁, you need to have Git and Node (lts version) installed.

🏁 Starting

# Clone this project  OR use as template
$ git clone https://github.com/manucoutinho/vite-react-ts-template.git
# Access
$ cd vite-react-ts-template
# Install dependencies
$ npm install
# Run the project
$ npm run dev
# The dev server will initialize in the <http://localhost:5173>

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

 

Back to top

About

#vitejs #react #typescript #boilerplate

License:MIT License


Languages

Language:CSS 48.6%Language:TypeScript 40.2%Language:HTML 9.2%Language:Shell 2.0%