0.1.0 • Published 2 years ago

@linkurious/cra-template-ogma-ts v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

cra-template-ogma-ts

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

To use this template, add --template "@linkurious/ogma-ts" 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-ts"
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-ts"
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: