transmute/client/README.md
2023-08-14 14:36:45 -04:00

758 B

Transmute Client

This is Web UI part of the Transmute stack which talks directly to the Transmute Server/API.

This project was generated with Angular CLI version 15.2.2.

Table of Contents

[[TOC]]

Prerequisites

Setup

The project can be run using NPM.

  1. Install the dependencies: npm install
  2. Start the Angular server: npm run start

The client should now be accessible on http://localhost:4200

Cheatsheet

# Start Angular server
npm run start

# Build production
npm run build:prod