Equibit / wallet-ui

0 stars 1 forks source link

Build Status

Equibit Wallet UI

Welcome to the wallet-ui DoneJS application!

Getting started

To install all dependencies, (e.g. after cloning it from a Git repository) run Yarn (notice, there is yarn.lock file):

$ yarn

To install donejs CLI tools run:

$ npm install donejs -g

Running tests

Tests can be run with

donejs test

Development mode

Development mode can be started with

donejs develop

Load the app from http://localhost:8080/development.html

Build and production mode

To build the application into a production bundle run

donejs build

In Unix environment the production application can be started like this:

NODE_ENV=production npm start