# clone repo
$ git clone https://github.com/nenadpnc/react-calendar-year-view.git react-calendar-year-view
# change directory to your app
$ cd react-calendar-year-view
# install the dependencies with npm
$ npm install
# start the server
$ npm start
go to http://localhost:3000 in your browser.