Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# 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
```