Demo Streamings is written in ReactJS. It's responsive designed. The main feature is loading and displaying the different types of streamings.
- install NodeJS
- install Sass
- install React, WebPack, Babel, React Router, Sass Loader, Hot Loader, Jest with npm
- run npm start
- open http://localhost:8080 in browser.
- copy dist to the webroot on your server
- open http://localhost/dist in browser.
- Here is a working demo page. Click Here
- NPM is package management tool from NodeJS
- Webpack is a bundler which is used for build and bundle the app
- Babel is used for transfering ES6, React JSX to browser compatible js code
- Sass is used to preprocess and organize the CSS code
- Jest is a test framework for unit testing the ReactJS components
- Some styling is not looking good, could be improved
- The code could be organized in a better structure
- Use Redux for managing the state