@linkurious/cra-template-ogma

Base template for Create React App + Ogma.

Usage no npm install needed!

<script type="module">
  import linkuriousCraTemplateOgma from 'https://cdn.skypack.dev/@linkurious/cra-template-ogma';
</script>

README

cra-template

This is the template for Create React App + Ogma graph visualisation library.

To use this template, add --template "@linkurious/ogma" when creating a new app. After that, you will have to install Ogma your project.

For example:

npx create-react-app my-app --template "@linkurious/ogma"
cd my-app
npm install --save https://get.linkurio.us/api/get/npm/ogma/X.Y.Z/?secret=<YOUR-API-KEY>
# or

yarn create react-app my-app --template "@linkurious/ogma"
cd my-app
yarn add https://get.linkurio.us/api/get/npm/ogma/X.Y.Z.tgz?secret=<YOUR-API-KEY>

For more information, please refer to: