balmjs / template-pwa

Progressive Web Apps project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BalmJS template - pwa

A PWA project

Requirements

npm install -g balm-core balm-cli
# OR
yarn global add balm-core balm-cli
# Verify
balm -V

# Output:
# balm-cli: 4.0.0
# balm-core: 4.0.0

Installation

balm init pwa my-project

cd my-project
yarn
# or
npm i

Since the application manifest is a text file, you can choose to write it by hand or use a tool that simplifies its creation. Several tools are available online:

Enjoy

# For development
npm run dev

# For production
npm run prod

About

Progressive Web Apps project


Languages

Language:JavaScript 91.3%Language:HTML 6.2%Language:CSS 2.6%