Skip to content

Commit 4e51955

Browse files
authored
Update README.md
1 parent da473b8 commit 4e51955

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ For React + TypeScript project:
1515

1616
1. Download or clone this project from GitHub:
1717
- React + ES6 project:
18-
```
18+
```bash
1919
git clone https://github.com/WebDataRocks/pivot-react
2020
cd pivot-react/ES6
2121
```
2222
- React + TypeScript project:
23-
```
23+
```bash
2424
git clone https://github.com/WebDataRocks/pivot-react
2525
cd pivot-react/typescript
2626
```
2727
2. Install npm packages:
28-
```
28+
```bash
2929
npm install
3030
```
3131
3. Run the project:
32-
```
32+
```bash
3333
npm start
3434
```
3535
You can access the project at `http://localhost:3000/`.

0 commit comments

Comments
 (0)