transmute/client
2023-08-14 14:36:45 -04:00
..
.gitlab init 2023-08-14 14:36:45 -04:00
src init 2023-08-14 14:36:45 -04:00
.gitignore init 2023-08-14 14:36:45 -04:00
.npmrc init 2023-08-14 14:36:45 -04:00
angular.json init 2023-08-14 14:36:45 -04:00
package-lock.json init 2023-08-14 14:36:45 -04:00
package.json init 2023-08-14 14:36:45 -04:00
README.md init 2023-08-14 14:36:45 -04:00
tsconfig.json init 2023-08-14 14:36:45 -04:00

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