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:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.