A chatting app UI made using tailwindcss, react and redux
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
A step by step series of examples that tell you how to get a development env running
Clone/download the project
Inside the project directory, run the command -
npm install
OR
yarn install
Start the development server by running the command -
npm start
OR yarn start
The project will be started at - localhost:3000
It can be deployed on any popular sevice like netlify,zeit,heroku,github pages,etc.