Skip to content

fusionSuite/frontend

Repository files navigation

FusionSuite Frontend

This is the repository for the frontend of FusionSuite. It is developed with TypeScript and Angular.

This document is intended for developers. For more information, please see the official links.

Quick start

Make sure to have Node.js 16 and Yarn installed on your system.

Install the dependencies:

$ make install

Start the development server:

$ make start

Build the assets for production:

$ make build

Run the tests suite and linters:

$ make lint
$ # or make lint-fix
$ make test

To update the internationalized files:

$ make i18n-extract

Official links

About

Part web: it display and manage your data (web application) and works with the backend. To open issues, go in https://github.com/fusionSuite/FusionSuite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published