Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.37 KB

File metadata and controls

53 lines (37 loc) · 1.37 KB

Flow react

Production

View and manage workflows

Image

Table of Contents

Installation

1)Clone the repository to your local machine and install required dependencies

git clone
cd flow-react
yarn install

Description

This is a a react single page application that allows users to view and manage workflows.

Features:

  • View workflows with zoom in/out
  • Search and add or remove nodes by input component
  • Move and remove nodes and nodes-connections at the workflow panel

Technologies:

  • Development server/tooling: vite
  • Workflows: react-flow
  • Navigation: react-router,
  • Styling: styled-components
  • Testing: eslint, vitest, @testing-library/react
  • CI: github actions
  • Hosting: S3 bucket (Amazon Web Services)

Development

yarn start # local development
yarn lint # linting add --fix flag for automatic fixes
yarn test # run tests
yarn build # build app at folder /dist
yarn preview # preview locally build files