Bhavesh27 / progressive-web-app

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

Home Page:https://mycart-dd161.firebaseapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://mycart-dd161.firebaseapp.com/


Languages

Language:JavaScript 76.7%Language:CSS 19.6%Language:HTML 3.7%