/cbdc

A prototype of central bank digital currency (CBDC)

Primary LanguageJavaScript

Central Bank Digital Currency

Instructions

  1. Clone it
  2. Run npm install in the root folder
  3. cd into the /client directory
  4. Run npm install
  5. cd out of there using cd .. and then cd into the /server directory
  6. Run npm install

To run tests, cd server and then do npm run test

To deploy both front-end and back-end with hot reloading, use npm run dev in the root directory.

To deploy front-end, cd client and do npm run start

To deploy back-end, cd server and do npm run dev