/currency-exchange

A proof-of-concept digital currency exchange app

Primary LanguageJavaScriptMIT LicenseMIT

currency-exchange

A proof-of-concept digital currency exchange app

Build Status Coverage Status dependencies Status

Instructions

npm install or yarn will install all dependencies.

npm run build will build the application at public/app.js.

npm run lint will lint the source code.

npm run watch will continuously build the app.

npm start will build and run the app.

npm test will run all unit tests.

URL

The API will be accessible at https://localhost:8888/api

The App will be accessible at https://localhost:8889