Skip to content

Commit 4fe578b

Browse files
committed
fix: readme.md updated
1 parent f76eb84 commit 4fe578b

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

README.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Welcome to React Router
22

3-
A modern, production-ready template for building full-stack React applications using React Router.
4-
5-
It can be used as a starter template for initializing a react-router v7 app. It has preconfigured:
6-
7-
Eslint (v9)
8-
Prettier
9-
LintStaged
10-
Husky
11-
Shadcn
12-
Tailwindcss v4
13-
Flat routes
3+
A modern, production-ready template for building full-stack React applications
4+
using React Router. It can be used as a starter template for initializing a
5+
react-router v7 app. It has preconfigured:
6+
7+
- Eslint (v9)
8+
- Prettier
9+
- LintStaged
10+
- Husky
11+
- Shadcn
12+
- Tailwindcss v4
13+
- Flat routes
1414

1515
## Features
1616

@@ -59,8 +59,7 @@ This template includes three Dockerfiles optimized for different package manager
5959
- `Dockerfile` - for npm
6060
- `Dockerfile.pnpm` - for pnpm
6161
- `Dockerfile.bun` - for bun
62-
63-
To build and run using Docker:
62+
To build and run using Docker:
6463

6564
```bash
6665
# For npm
@@ -76,7 +75,8 @@ docker build -f Dockerfile.bun -t my-app .
7675
docker run -p 3000:3000 my-app
7776
```
7877

79-
The containerized application can be deployed to any platform that supports Docker, including:
78+
The containerized application can be deployed to any platform that supports
79+
Docker, including:
8080

8181
- AWS ECS
8282
- Google Cloud Run
@@ -91,7 +91,7 @@ If you're familiar with deploying Node applications, the built-in app server is
9191

9292
Make sure to deploy the output of `npm run build`
9393

94-
```
94+
```mermaid
9595
├── package.json
9696
├── package-lock.json (or pnpm-lock.yaml, or bun.lockb)
9797
├── build/
@@ -101,7 +101,9 @@ Make sure to deploy the output of `npm run build`
101101

102102
## Styling
103103

104-
This template comes with [Tailwind CSS](https://tailwindcss.com/) already configured for a simple default starting experience. You can use whatever CSS framework you prefer.
104+
This template comes with [Tailwind CSS](https://tailwindcss.com/) already
105+
configured for a simple default starting experience. You can use whatever CSS
106+
framework you prefer.
105107

106108
---
107109

0 commit comments

Comments
 (0)