Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nwtgck/qrcode-typescript-react
Real-time QR code generator written in TypeScript + React
https://github.com/nwtgck/qrcode-typescript-react
qrcode qrcode-generator react typescript
Last synced: 2 months ago
JSON representation
Real-time QR code generator written in TypeScript + React
- Host: GitHub
- URL: https://github.com/nwtgck/qrcode-typescript-react
- Owner: nwtgck
- License: mit
- Created: 2017-08-21T12:35:16.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2021-08-03T19:08:04.000Z (over 3 years ago)
- Last Synced: 2024-10-26T17:23:32.988Z (3 months ago)
- Topics: qrcode, qrcode-generator, react, typescript
- Language: TypeScript
- Size: 1.96 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Real-time QR code genrator
## Demo page
https://nwtgck.github.io/qrcode-typescript-react
## How to run
```sh
$ cd
$ npm install
$ npm start
```Then go to http://localhost:8080
## How to build
```sh
$ cd
$ npm install
$ npm build
```Then you can open ./build/index.html in your browser.
## Main technologies
* TypeScript
* React