README
Install
npx create-react-app --template graphxr-extension YOUR-PROJECT—NAME
Or
yarn create react-app --template graphxr-extension YOUR-PROJECT—NAME
```
<script type="module">
import craTemplateGraphxrExtension from 'https://cdn.skypack.dev/cra-template-graphxr-extension';
</script>
npx create-react-app --template graphxr-extension YOUR-PROJECT—NAME
Or
yarn create react-app --template graphxr-extension YOUR-PROJECT—NAME