Skip to content

jaihan/react-atomic-pwa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors