Twitter Clone web app
cd client
- go to client foldernpm install
- install dependenciesnpm run build
- build appsudo mongod
- start MongoDBnpm install
- install dependenciesnpm run start
- start appApp is running on http://localhost:3000