GitXplorerGitXplorer
a

comments-to-miro

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
20aee9aad0182a5e726681a9cb513ba02ed6b479

move sections around in ducks

aalsuren committed 6 years ago
Unverified
dc17aefc018afe3994f25b4d6d8e106923dbc69d

exceptions are not json serialisable

aalsuren committed 6 years ago
Unverified
35fd488b7526dd9e066b4b04db121c698796ae5e

persist state in localstorage

aalsuren committed 6 years ago
Unverified
0d746dbab3d0f2ea9064dfef0e0cbcd85331ed6d

typings for parse-link-header

aalsuren committed 6 years ago
Unverified
6f72f4872814c265ea1d443e260bf08e4bbd5593

get all comments

aalsuren committed 6 years ago
Unverified
abbe3018432f81289065568b82fa6e8392e010ea

fetch 1 page of gh comments

aalsuren committed 6 years ago

README

The README file for this repository.

Boilerplate project already includes:

  • TypeScript
  • Webpack
  • ReactJS
  • LESS
  • HelloWorld code

How to use:

  1. Copy plugin-boilerplate folder with new name
  2. Add new folder name in published-plugins.json
  3. Run in terminal cd plugins/yours_plugin_folder
  4. Run npm install to install dependencies
  5. Run npm run build or npm run watch to compile app
  6. 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.