Skip to content

LuzAramburo/react-heatmap-microtiter

Repository files navigation

react-heatmap-microtiter

Web application to load data from a 1536-well microtiter plate and visualize the data as a heatmap.

Example files

data folder on root contains 2 example files for testing

Developing

docker compose up --build

Navigate to http://localhost:5173. The Docker container will run your server and client in development mode.

Building

docker build . -t react-heatmap:dev
docker run -p 5173:5173 react-heatmap:dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published