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
npm start
src
├── components
│ ├── App.js
│ ├── SignIn.js
│ └── index.js
├── index.css
└── index.js