Use the shortcode [udssl_react] to insert a custom-namespaced Bootstrap styled React Component into any WordPress page or post. Use this template code to start designing your Custom React component for WordPress.
- Download the plugin.
- Install the plugin.
- use [udssl_react] shortcode.
- Install Dependancies
npm install
- Develop using webpack --watch
npm run develop
- Build for production
npm run build
npm install --save-dev webpack webpack-cli
npm install --save-dev sass-loader sass style-loader css-loader
npm install --save-dev babel-loader @babel/core @babel/preset-env @babel/preset-react
npm install --save react react-dom bootstrap
npx prettier --write .
