A proof-of-concept digital currency exchange app
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.
The API will be accessible at https://localhost:8888/api
The App will be accessible at https://localhost:8889