Skip to content

An offline Progressive Web Application (PWA) camera app with React and Cloudinary

Notifications You must be signed in to change notification settings

oreHGA/cl-react-pwa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloudy Cam

An offline Progressive Web Application (PWA) camera app with React and Cloudinary

  • Cloudy Cam - Online Mode

  • Cloudy Cam - Offline Mode

Link to Tutorial

Setup

Clone the repository

git clone https://github.com/oreHGA/cl-react-pwa.git

Install node modules

yarn

Update Env

cp .env.example .env
  • Edit the .env file with your Cloudinary Credentials. Sign Up for a Cloudinary account here

Run - Development

yarn start
  • Navigate to local developement server (usually https://localhost:3000)

Run - Production

yarn build
yarn global add serve
serve -s build
  • Navigate to static production server (usually http://localhost:5000)

About

An offline Progressive Web Application (PWA) camera app with React and Cloudinary

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published