Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.14 KB

File metadata and controls

33 lines (20 loc) · 1.14 KB

Taxonomy Editor Frontend

This is the main user interface developed in React, which works in conjunction with the Taxonomy Editor API.

Requirements

Libraries

This project was initially setup using Create React App, but was migrated to Vite. Its documentation might be useful.

Setup Dev Environment

See this guide for more information.

For frontend code formatting, we added Prettier and Husky, these tools will automatically format your files on every commit. In case you want to use them you need to locally install the frontend dependencies and have node and npm in you computer.

cd taxonomy-editor-frontend
npm i

Check it!

The frontend should be available at the URL http://ui.taxonomy.localhost:8091.

You should be able to view the homepage of Taxonomy Editor.