- Getting Started
- Built With
- Contributing Guidelines
- Code of Conducts
- Project Roadmaps
- Stargazers and Contributors
- License
- Download this code
There are some several quick start options available:- Fork this repository
- Clone this repository, type
https://github.com/stanleyowen/chatapp.gitin command line - Download the latest release
- Install All the Dependencies
- Open your terminal
- Change directory
cdto bothclientandserverfolder - Type
npm installin commmand line
- Create
.envfile-
Inside
clientdirectory, create a new file named.envwhich stores about important information, which isREACT_APP_ENDPOINTREACT_APP_ENDPOINTstores the server side URL (ENDPOINT)
REACT_APP_ENDPOINT = http://localhost:5000/
-
Inside
serverdirectory, create a new file named.envwhich stores about sensitive information, which isCORS_ORIGINCORS_ORIGINstores which domain is allowed to fetch data
CORS_ORIGIN = http://localhost:3000
-
- Run and Compile it
- In the
clientdirectory, typenpm startin command line - In the
serverdiireactory, typenodemonin command line
- In the
- React JS
- Express JS
- Node JS
- Socket IO
Before that, we would like to say thank you for your willing to contribute to Chat Application! Please take a minute to read contributing guide
Have an idea, found a bug or an issues? Please visit here
