Skip to content

Commit a58999d

Browse files
committed
Change table of contents
1 parent 7dab711 commit a58999d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
- [Getting started](#getting-started)
1717
- [Using this repository as a template](#using-this-repository-as-a-template)
1818
- [Running for development](#running-for-development)
19-
- [Other scripts](#other-scripts)
19+
- [Build the project for production environment](#build-the-project-for-production-environment)
20+
- [Creating a zip-archive `build.zip`](#creating-a-zip-archive-buildzip)
2021
- [Component-based Approach](#component-based-approach)
2122
- [Modern Image Formats](#modern-image-formats)
2223
- [Image Quality Settings](#image-quality-settings)
@@ -77,20 +78,20 @@ npm start
7778

7879
#### 3. Open development URL - [`http://localhost:9000/`](http://localhost:9000/).
7980

80-
## Other scripts
81-
82-
#### Build the project for production environment:
81+
### Build the project for production environment:
8382

8483
```
8584
npm run build
8685
```
8786

88-
#### Creating a production-ready zip-archive `build.zip`:
87+
### Creating a zip-archive `build.zip`:
8988

9089
```
9190
npm run zip
9291
```
9392

93+
This command uses `npm run build` to build the project and then creates a zip-archive `build.zip` in the root folder of the project.
94+
9495
## Component-based Approach
9596

9697
Decomposing the UI into separate, less coupled components is highly recommended for many reasons.

0 commit comments

Comments
 (0)