Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 482 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 482 Bytes

React Project Setup with:

  • TypeScript
  • react-router
  • tailwindCSS
  • @tanstack/react-query
  • VitePWA

I implement this configuration consistently in the majority of projects on which I am engaged.

To Update and Run the Setup

git clone https://github.com/AXG-coder/react-project-setup-2024.git
cd react-project-setup-2024
npm install -g npm-check-updates
npx ncu
npx npm-check-updates -u
npm install
npm run dev