The frontend component of the tz-wrapped application.
The backend can be found here.
- npm install
- npm run fix-crypto
- 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.
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.
Run npm run test
.
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.