Skip to content

czmole/PWA-Shop-Example-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of Progressive Web App

Shop example template build as Progressive Web Apps.

Requirements

Prerequisite How to check How to install
Node.js >= 6.11.5 node -v nodejs.org
npm >= 4.6.0 npm -v npm is distributed with Node.js
Yarn >= 1.6.0 yarn --version installation

Features

Theme development

HTML Starter uses Webpack as its build system.

Tools

Building the template requires Node.js. I recommend you installation to the latest version of Yarn. From the command line run yarn add package.json (recommended) or npm install.

You now have all the necessary dependencies to run the build process.

Available Webpack commands

  • npm run webpack — Compile assets for developing (with source maps, without minify)
  • npm run watch — Compile assets when file changes are made
  • npm run build — Compile and optimize the files in your assets directory

License

Code released under the MIT license.

About

Progressive Web App example https://developers.google.com/web/progressive-web-apps/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published