@linkurious/cra-template-ogma

0.1.0 • Public • Published

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:

Package Sidebar

Install

npm i @linkurious/cra-template-ogma

Weekly Downloads

12

Version

0.1.0

License

MIT

Unpacked Size

36.7 kB

Total Files

23

Last publish

Collaborators

  • oss-linkurious