This application deployed to heroku, check out link below to open directly
To run locally, install all dependencies by running npm, and do the build command
$ npm install
$ npm run build
then install package serve by entering :
$ npm install -g serve
then, start the local server by
$ serve -s build
Cheers ,Angela Melinda