Skip to content

sksahil028/react-slack-clone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creating a new Project

Make sure you have npm and node and create-react-app tool.

create-react-app project-name

OR

git clone https://github.com/aakash-cr7/react-slack-clone

Starting a project

npm start

Project Structure

src
├── components
│   ├── App.js
│   ├── SignIn.js
│   └── index.js
├── index.css
└── index.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 48.0%
  • HTML 39.2%
  • CSS 12.8%