Skip to content

oipwg/trinity

Repository files navigation

NPM Install

Available Scripts

Development

In the project root directory, you can run:

npm run dev

Will start the backend and the front end concurrently

Open http://localhost:8080/ to view it in the browser.

Runs server on http://localhost:5050/ & Client on http://localhost:8080/

Production

npm start

Runs the app in production mode.

Open http://localhost:5050 to view it in the browser.