Skip to content

Commit

Permalink
Change table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
einomi committed Jul 9, 2023
1 parent 7dab711 commit a58999d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
- [Getting started](#getting-started)
- [Using this repository as a template](#using-this-repository-as-a-template)
- [Running for development](#running-for-development)
- [Other scripts](#other-scripts)
- [Build the project for production environment](#build-the-project-for-production-environment)
- [Creating a zip-archive `build.zip`](#creating-a-zip-archive-buildzip)
- [Component-based Approach](#component-based-approach)
- [Modern Image Formats](#modern-image-formats)
- [Image Quality Settings](#image-quality-settings)
Expand Down Expand Up @@ -77,20 +78,20 @@ npm start

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

## Other scripts

#### Build the project for production environment:
### Build the project for production environment:

```
npm run build
```

#### Creating a production-ready zip-archive `build.zip`:
### Creating a zip-archive `build.zip`:

```
npm run zip
```

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.

## Component-based Approach

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

0 comments on commit a58999d

Please sign in to comment.