/pwa-store

PWA Shop is an open source demonstrative e-commerce created with React and Firebase.

Primary LanguageJavaScript

PWA Shop

PWA Shop is an open source demonstrative e-commerce created with React and Firebase.

Layout

It will hopefully look something like this.

Can I see it running live?

Yup. Click here

Commands

Install the dependencies

$ yarn

Run it locally

$ yarn start

Build for production

$ yarn build

This project was bootstrapped with Create React App. To dig deeper on the build process, just follow the link.

Setup

After installing the dependencies, you must rename _.firebaserc to .firebaserc, and src/_firebase-config.js to src/firebase-config.js, and edit those files with your firebase configuration.