Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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