PrepaidTrust is a blockchain-based one-stop decentralised prepaid card platform to facilitate the issuance, purchase, transferring and consumption of prepaid cards.
- Clone the repository
git clone https://github.com/songyuew/PrepaidTrust/tree/Keff-4
- Install dependencies using the node package manager of your choice. For example run
npm install
- Files are bundled by Laravel Mix to the dist folder.
- Either run
npm run hot
and openhttp://localhost:8080
to see a hot-reloading copy of the generated files - Or run
npm run watch
(rebuilds on file changes) ornpm run production
and openindex.html
in from the dist folder.
- Either run