Skip to content

Progressive web app built on reactjs with firebase authentication and deploy on netlify.

Notifications You must be signed in to change notification settings

jaihan/react-atomic-pwa

Repository files navigation

Progessive web app build with React

Run the app in development mode

First, clone the projecct

$ git clone https://github.com/jaihan/<project-name>.git
$ cd <project-name>

Then install dependencies and check to view it in the browser

$ yarn
$ yarn run start:dev

Deploy the app in production

$ yarn
$ yarn run build:prod

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Features

  • Login functionalities
  • Simple home page with card-like content

Try out live site

The app is deployed at netlify live site.