Socket.io chat application with react and Material UI.
Architecture - Path - src/component/AppComponent - Here you can add universal components which can be used all over your application.
Path - src/Scenes/(NAME_OF_WEBPAGE) - Here you can add all the Webpages of application
Path - src/Scenes/(NAME_OF_WEBPAGE)/Widgits - Here you can add components, which can only be used by only by (NAME_OF_WEBPAGE) components,(Not by parent Scenes(Other Webpage))
path - src/Scenes/(NAME_OF_WEBPAGE)/Index - this is gonna be container of the every particular scene.
Step to run this program
- clone the Repo
- cd chat-application-React-Socket.io-MaterialUI
- npm install
- npm run build
- webpack
- node index.js 7 See the magic on http://localhost:3000/
8 (Not compulsary) you can use ngrok.io for testing your application on localhost.
Test - npm run test
Developer- Komaldeep chahal Developer_EMAIL = [email protected]