run npm i
Backend run: nodemon server
Frontend run: npm run build
After clone the app:
Run: docker-compose build
Run: docker-compose up
Go to -> localhost:5000• Dockerized a React text chat application to mimic IOS Message’s style.
• Integrated Redux to query data from text editor and connected all data to user interface.
• Applied Typescript between Redux and React component to provide a better data type control.