webex-react-widgets
v0.0.15
Published
Webex Web Widgets
Downloads
1
Readme
WebEx Web App Widgets
Background
It's built with React. It's currently running v16.9.0. In development, we use Webpack + Express to serve the application.
Browser Support
Modern browsers and Internet Explorer 11+.
Installation
Prerequisites: Node.js (>=6.x preferred), npm version 3+ and Git.
Available Scripts
In the project directory, you can run:
npm run storybook
It will run a StoryBook site with all components detail guild with hot module reloading.
npm start
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
npm test
Launches the test runner in the interactive watch mode. See the section about running tests for more information.
npm run build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes. Your app is ready to be deployed!
See the section about deployment for more information.