Skip to content

Instantly share code, notes, and snippets.

View tonytrg's full-sized avatar
🐥
learning

Tony Truong tonytrg

🐥
learning
  • GitHub
  • Munich
View GitHub Profile
@tonytrg
tonytrg / setup.md
Last active June 2, 2024 20:16
React + Vite + Tailwind + ESLint Setup

Setup base template project

  1. Create React App with Vite
    1. Choose React Framework
    2. Choose Typescript + SWC
  2. Install Tailwind dependency
  3. Install standard dependencies
    1. Install react-router with npm i react-router-dom
    2. Install react-query with npm i @tanstack/react-query
  4. Configure vscode project settings with eslint config