Build, test and deploy a one to one chat application using React/Redux, Node.js, and PostgreSQL
Backend repository Click here.
ReactJs, HTML and CSS (for building user interface)
- No frontend CSS Framework like Bootstrap, MaterialUI, Semantic UI, or others
NodeJs, and PostgreSQL
- No ORM with PostgreSQL
- No backend Node.js web frameworks like Express, Koa, Loopback, or others
The following should be installed in your machine:
Start by cloning the repository to your local machine
git clone https://github.com/niyoceles/chat-application-react.git
cd chat-application-react
REACT_APP_BACKEND=
Next install the package dependencies by running
yarn install
After that start or build the application by running
yarn start # For local development
yarn build # For a production
yarn run test