File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 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```
8584npm run build
8685```
8786
88- #### Creating a production-ready zip-archive ` build.zip ` :
87+ ### Creating a zip-archive ` build.zip ` :
8988
9089```
9190npm 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
9697Decomposing the UI into separate, less coupled components is highly recommended for many reasons.
You can’t perform that action at this time.
0 commit comments