Created with React and Razzle.
Run prettier to pretify the code.
yarn format
Install dependencies inside this folder:
yarn
And run from your CLI:
yarn start
To build, run:
yarn build
To start the PCSC listener, run following command from the root folder of this project:
node pcsc/listenPcsc
Important libraries used:
- React (https://reactjs.org/)
- Razzle (https://github.com/jaredpalmer/razzle)
- Emotion (https://emotion.sh/)