Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Integrated Development Environment for build Progressive Web Application (PWA) based on Framework7. It enables user to design, develop, debug, test, and release application quickly.

License

imboost/Pro7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

Integrated Development Environment for build Progressive Web Application (PWA) based on Framework7. It enables user to design, develop, debug, test, and release application quickly.

Download

Prerequisite (serve)

  1. Open cmd/terminal on your computer.
  2. Install serve using yarn.
npm install -g yarn
yarn global add serve
  1. or Install serve using npm.
npm install -g serve
  1. Test serve on your cmd/terminal.
serve -v

Publish (Firebase)

  1. Open cmd/terminal on your computer.
  2. Install firebase tools using bellow command.
npm install -g firebase-tools
  1. Login to firebase user cmd/terminal on your computer.
firebase login
  1. Open Your Project on Pro7.
  2. Access Terminal from your Project on Pro7.
  3. Registering your app to firebase using bellow command.
firebase init
  1. Choose Hosting
  2. Answer question with the example below.
? What do you want to use as your public directory? www
? Configure as a single-page app (rewrite all urls to /index.html)? Yes
? File www/index.html already exists. Overwrite? No
  1. Click Firebase Deploy from your Project on Pro7.
  2. Access the link show on your Project Terminal.

Usefull Links

  1. Framework7
  2. PWA
  3. PWA manifest & icons generator
  4. Favicons generator

About

Integrated Development Environment for build Progressive Web Application (PWA) based on Framework7. It enables user to design, develop, debug, test, and release application quickly.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published