Skip to content

LucaBonini/slack-clone-with-react-and-socket.io--client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slack clone with React and Socket.IO

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.

Installation

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

Usage

In the project directory, you can run:

npm start

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.

npm run build

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.

npm run build-dev

Builds the app for the development to the dist folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published