Skip to content

A example of a progressive web app using api from woocommerce wordpress template

Notifications You must be signed in to change notification settings

Bhavesh27/progressive-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Progressive Web Application

To run project

  • download project zip
  • Extract zip file and cd into folder
  • To install dependencies
    
      npm install
      
  • to run project run command
      
       npm start
      
  • For create a Production Build
     
       npm run build
     

Live Demo

Features

  • Progressive Web App
  • Works offline
  • Add to homescreen (mobile)

Built With

  • React library for frontend
  • Javascript (Node js) in backend
  • Redux (content management library)
  • Bootstrap (Responsiveness)
  • Express
  • Woo-comemerce sample API for data fetching

Steps to host

  • Go to firebase console, login and Create a new Project
  • Install Firebase tools using
       
       npm install -g firebase-tool
       
  • To intialize firebase

     firebase login && firebase init
    
  • Select options for project configuration (like hosting and database)

  • To deploy files on server

     firebase deploy
    
  • Hope it works on your system

Author

Bhavesh Kumar