cl-react-pwa icon indicating copy to clipboard operation
cl-react-pwa copied to clipboard

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

trafficstars

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)