Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aziz-axg/react-project-setup-2024
https://github.com/aziz-axg/react-project-setup-2024
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aziz-axg/react-project-setup-2024
- Owner: Aziz-AXG
- Created: 2024-01-31T19:25:22.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-31T19:45:39.000Z (12 months ago)
- Last Synced: 2024-11-11T05:05:49.028Z (2 months ago)
- Language: TypeScript
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Project Setup with:
- TypeScript
- react-router
- tailwindCSS
- @tanstack/react-query
- VitePWAI 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
```