To run this app on your computer,
-
Go to the directory where you want to clone the repository,
-
Download code to your directory or run "git clone https://github.com/Murat-Han/kanban-board-app" command on git bash terminal inside your directory,
-
for frontend, inside client directory, Run "npm install" command on your VS CODE terminal to install required dependencies for frontend react app,
-
for backend, inside api directory, Run "npm install" command on your VS CODE terminal to install required dependencies for node express restapi backend app,
-
Run "npm start" command on your VS CODE terminal, inside both client directory and api directory to start app.