Skip to content

balmjs/template-pwa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published