Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 898 Bytes

README.md

File metadata and controls

44 lines (31 loc) · 898 Bytes

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)