Firstly make sure that you have Node and Git installed.
Next clone this repo.
then change into that folder
cd react-trello-board
install the necessary packages locally
npm install
and start up a local server
npm start
Now visit [`localhost:3000`](http://localhost:3000) from your browser. Now your app should be up and running.