Skip to content

Commit 708fa43

Browse files
authored
Updated read me file
1 parent 2e1ee98 commit 708fa43

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
1-
# getting-started-with-the-react-kanban-board
1+
# Getting Started with the React Kanban Component
2+
23
A quick start React project that shows how to add React Kanban component to the React App. This project also includes a code snippet to bind local and remote data sources, add, and customize a tooltip, set a custom height and width, select multiple cards, and change the default layout.
4+
5+
6+
## Project prerequisites
7+
8+
Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.
9+
10+
11+
### How to run this application?
12+
13+
To run this application, you need to clone the getting-started-with-the-react-kanban-board repository and then open it in Visual Studio Code. Now, simply install all the necessary react packages into your current project using the `npm install` command and run your project using the `npm start` command.
14+
15+
16+

0 commit comments

Comments
 (0)