Slack clone with React and Socket.IO is a basic chat app to comunicate in real time.
The UI freamwork used in this project is Semantic UI
This project was bootstrapped with Create React App.
install the dependencies
npm install
to start the server
git clone [email protected]:LucaBonini/slack-clone-with-react-and-socketio--server.git
npm install
npm start
It starts an express.js server running on http://localhost:3000
before continue, make sure to create a config.js
file copying config.js.sample
and fill it with the data that suits your environment
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:1234 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the dist
folder.
It bundles React in production mode using Parcel Bundler.
The build is minified and named chat.min.js.
Builds the app for the development to the dist
folder.