Demo Phenome component to fetch GitHub repos for specified user.
npm i
This script will compile src/github-repos.jsx to Vue and React components and save it to dist/ folder.
npm run compile
This script will generate live preview of compiled React and Vue components. (Run it after compile script)
npm run build-demo
Or do all at once, compile component and build demo project and launch demo server:
npm start