Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 877 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 877 Bytes

tz-wrapped-frontend

The frontend component of the tz-wrapped application.

The backend can be found here.

Build

  1. npm install
  2. npm run fix-crypto
  3. npm run build:local

To build for different environments just change the build command to npm run build:dev for development or npm run build:prod for production.

Development server

Run npm run start:local.

To start the development server for different environments just change the start command to npm run start:dev for development or npm run start:prod for production.

Running unit tests

Run npm run test.

Configuration

The node URL and the backend URL are configured in the environment files under src/environments. Depending on the environment you are running, change the corresponding file and provide a valid node and backend URL.