Skip to content

TomislavSmit/kanban-board

Repository files navigation

React + TypeScript + Vite + json-server

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Installation

Install dependencies after cloning the project

  cd task-manager
  npm install

Environment Variables

To run this project, you will need to create .env file and copy .env.example content to it. It should look like this:

VITE_API_URL=http://localhost:3000/

Run the following to run react application and json-server that serves the data

  npm run start

Running Tests

To run tests, run the following command

  npm run test

About

Kanban board application in React and TS with json-server API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published