qrcode-typescript-react

Real-time QR code generator written in TypeScript + React

MIT License

Stars
3

Real-time QR code genrator

Demo page

https://nwtgck.github.io/qrcode-typescript-react

How to run

$ cd <this-repo>
$ npm install
$ npm start

Then go to http://localhost:8080

How to build

$ cd <this-repo>
$ npm install
$ npm build

Then you can open ./build/index.html in your browser.

Main technologies

  • TypeScript
  • React