This project is intended to simulate a chat like application
Download, clone or fork the project and then navigate into the root folder of the project with a terminal
- type
npm iornpm installin your terminal within the root of the application
Installing might take some time, progress will be displayed in the terminal
- type
npm startornpm run startto run locally
Runs the app in development mode
Open http://localhost:3000 to view it in the browser
- type
npm run buildto compile for production
Builds the app for production to the build folder
- type
npm run testto run unit tests
Runs any unit tests, which are located in the __tests__ folder for this application