https://github.com/webmobiledev/react-redux
https://github.com/webmobiledev/react-redux
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/webmobiledev/react-redux
- Owner: webmobiledev
- Created: 2019-04-12T17:07:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-12T17:11:34.000Z (almost 7 years ago)
- Last Synced: 2025-01-26T04:09:12.880Z (about 1 year ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-NodeJS Chatting App
A web application that allows users to send message to friends, team and family. This is built by React.js and Node.js.
This has a group chatting function as well.
Backend:
- Node.js
- Express.js
- MongoDB
- Passport-JWT
Frontend:
- React.js
- Redux (Router, Thunk)
- Bootstrap
- Webpack
## Run the App
`cd .`
`npm install`
`npm run start`
You can access the page by visiting http://localhost:3000 on the browser.
## Screenshots