An offline Progressive Web Application (PWA) camera app with React and Cloudinary
git clone https://github.com/oreHGA/cl-react-pwa.git
yarn
cp .env.example .env
- Edit the
.env
file with your Cloudinary Credentials. Sign Up for a Cloudinary account here
yarn start
- Navigate to local developement server (usually
https://localhost:3000
)
yarn build
yarn global add serve
serve -s build
- Navigate to static production server (usually
http://localhost:5000
)