Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 651 Bytes

README.md

File metadata and controls

56 lines (37 loc) · 651 Bytes

Web Example Project

Setup

From the root of this repository, Build the @dfinity/response-verification package:

./scripts/package.sh

Link @dfinity/response-verification globally:

pushd ./pkg && sudo npm link && popd

Change into this project's directory:

cd examples/web

Install NPM modules:

npm install

Link @dfinity/response-verification in this project:

npm link @dfinity/response-verification

Run with Webpack Dev Server

Run:

npm start

Run with HTTP Server

Bundle application:

npm run build

Run:

npm run start:http