SignHash dApp
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
.
src
: Application source code.static
: Static files served with application.support
: Support files for building.support/entry.js
: Webpack entry point. Handles hot reloading.
bower.json
: Bower package configuration.package.json
: Node package configuration.webpack.config.js
: Webpack configuration.
npm start
or npm run watch
will start a development server, which
hot-reloads your application when sources changes.
NODE_ENV=production npm run start:prod
builds your application and starts a
production server.
npm run build
builds application client and server bundles.
Runs on chrome by default.
cd tests/e2e
npm install
npm test
cd tests/e2e/docker
docker-compose build
docker-compose run --rm testcafe