Boilerplate project already includes:
- TypeScript
- Webpack
- ReactJS
- LESS
- HelloWorld code
- Copy
plugin-boilerplate
folder with new name - Add new folder name in
published-plugins.json
- Run in terminal
cd plugins/yours_plugin_folder
- Run
npm install
to install dependencies - Run
npm run build
ornpm run watch
to compile app - Now open plugin in app
- In first terminal run http-server in root rep folder:
http-server -p 8081
- In second terminal run ngrok for https:
ngrok http 8081
- Get https-url from ngrok and paste it in
iframe url
in your app settings.
- In first terminal run http-server in root rep folder: