758 B
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.
- Install the dependencies:
npm install
- 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