aaazzz / qr-generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Share Images with QR code ⚡⚡

  1. Select your file and upload it
  2. Share the generated QR code

local

cd client
npm run watch # build React app

cd server
npm run serve

production

cd client
npm run build

cd server
pm2 start index.js

About


Languages

Language:JavaScript 73.9%Language:HTML 21.7%Language:CSS 4.4%