Application is made with React/Redux, response from back-end server is mocked.
Using this app, you can add a comment, and reply on another comments. If the comment's length will be more than 25 characters, or 0 characters, you will got an error.
###To launch project you need:
-
Build UI part of the project
-
Enter 'localhost:8080' in your browser
####To build UI project you need to execute in terminal (or command prompt):
npm install
npm run start