This is a Twitter App which consist of the Home page and the Search Page.It's built using Reactjs and Material-ui.
git clone https://github.com/srijithsrk/twitterapp.git
cd twitterapp
npm install
then again
npm install material-ui --save
and
npm install --save material-ui-image
and then
npm -g install serve
after that run npm run build
then
run serve -s build
this app will run in your localhost:5000.