Repo for the article: Building Context Menus the Right Way Using React Context
- Clone the repo
git clone https://github.com/badasukerubin/react-context-menu.git
- Enter the project directory
cd react-dnd-horizontal
- Install React(Typescript) dependencies and packages
npm install
- Start local server
npm run start