callstats-io / webrtc-demoapp

Another journey towards understanding WebRTC. In the end it should resemble demo.callstats.io, probably with more features?
MIT License
5 stars 2 forks source link

Setup demo-app with webpack-react. #49

Closed pallab-gain closed 6 years ago

pallab-gain commented 6 years ago

https://app.clubhouse.io/callstatsio/story/7761/setup-demo-app-with-webpack-react

Setup demo-app with webpack-react. Replace the existing folder structure with webpack boilerplate taken from https://github.com/antonfisher/react-express-webpack . Also removed the redux, material UI parts for simplicity right now. To make sure whether we can progress with this stack the landing page UI for demo application is also included here as a test. Story link for landing page UI - CH7750

There is no logic attached to the UI right now. Also the readme, settings and other components are omitted, and will be added with logic implementation story.

pallab-gain commented 6 years ago

Thanks for the suggestions. I agree that master branch should always be deploy-able. Hence, I was considering ch7461 as the feature branch, and considered it the base for this pull request. Thanks for helping me with the naming hint. I will renamed this ch7461 to more meaningful one based on the suggested.