Chat-app build with create-react-app using React with Hooks, Redux Toolkit, Socket.io and Formik. Design and layout are performed with React-Bootsrap. Production errors are monitored by Rollbar.
React-Chat-App on: Render
node.js 16.0+
Clone the repository:
git clone [email protected]:elenashcherbinina/chat-app.git
Install the dependencies:
make install
Run the app on localhost
make start
Deploy and run
npm run build
npm start