This repository is the frontend part of the chat. [In developing]
Chat server
Stack:
- ReactJS
- React Router
- Redux
- Redux-thunk
- Ant Design
- Axios
- Socket.io
- Date-fns
- Formik
- Lodash
- Emoji-mart
clone git and npm install
$ git clone https://github.com/serikoff/chat-client
$ cd chat-client
$ npm install$ cd chat-client
$ npm run buildBuilds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
The build folder will be created in the project root. This folder contains static project files that can be hosted.
Using nginx is recommended. Configure nginx for nodejs backend and React frontend app In the nginx configuration, you need to configure proxying API requests to port 3003.
login: demouser@li.ru
pass: Qwerty777
