@linkurious/ogma-cra-templates

0.0.7 • Public • Published

Ogma + create-react-app templates

In this repository we have a couple of templates for Ogma + create-react-app:

Usage

Javascript template view on npm:

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

# or, with yarn
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>

TypeScript template view on npm:

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

# or, with yarn
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>

License

MIT © Linkurious SAS

Readme

Keywords

none

Package Sidebar

Install

npm i @linkurious/ogma-cra-templates

Weekly Downloads

6

Version

0.0.7

License

none

Unpacked Size

79.3 kB

Total Files

57

Last publish

Collaborators

  • oss-linkurious