SignHash / signhash-webapp

MIT License
3 stars 0 forks source link

SignHash Web UI

Codeship

SignHash dApp

Installation

Clone the repository and run npm install to get started:

npm install
npm start

After compiling the app should be available at http://localhost:8080.

Directory structure

NPM scripts

watch

npm start or npm run watch will start a development server, which hot-reloads your application when sources changes.

serve

NODE_ENV=production npm run start:prod builds your application and starts a production server.

build

npm run build builds application client and server bundles.

Testing

Running end-to-end tests

Running locally

Runs on chrome by default.

cd tests/e2e
npm install
npm test
In Docker container
cd tests/e2e/docker
docker-compose build
docker-compose run --rm testcafe