Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 673 Bytes

File metadata and controls

27 lines (17 loc) · 673 Bytes

Rocket-Chat-Clone

This project was bootstrapped with Create React App.

Features

  • Sign in, sign up

  • Update profile

  • Create group, add member to group

  • Send messages (Coming soon)

Available Scripts

In the project directory, you can run:

npm run server

Starts the json-server for getting fake REST API.
Server runs at http://localhost:3000.

npm run start

Runs the app in the development mode.
Open http://localhost:3001 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.