Skip to the content.

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
    
  3. or Install serve using npm.
    npm install -g serve
    
  4. 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
    
  3. Login to firebase user cmd/terminal on your computer.
    firebase login
    
  4. Open Your Project on Pro7.
  5. Access Terminal from your Project on Pro7.
  6. Registering your app to firebase using bellow command.
    firebase init
    
  7. Choose Hosting
  8. 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
    
  9. Click Firebase Deploy from your Project on Pro7.
  10. Access the link show on your Project Terminal.
  1. Framework7
  2. PWA
  3. PWA manifest & icons generator
  4. Favicons generator