This is an example Kanban Board Front End bootstrapped with Create React App.
You will need a backend server running on port 4000.
Backend examples:
- Elixir/Phoenix: https://github.com/ionmx/simple_kanban_phx
- Ruby on Rails: https://github.com/ionmx/simple-kanban-ror
- Typescript/Express/Prisma: https://github.com/ionmx/simple-kanban-express-prisma
- Install the project dependencies
yarn install
- Runs the app in development mode with
yarn start
- Open http://localhost:3000 to view it in the browser