Orchestrator prefix page (extension)
npm install --save orchestrator-client-prefix-page
Todo: find out correct URL
git.ia.surfsara.nl:netdev/automation/projects/orchestrator-client-prefix-page.git
import React, { Component } from 'react'
import Prefixes from 'orchestrator-client-prefix-page'
import 'orchestrator-client-prefix-page/dist/index.css'
class Example extends Component {
render() {
return <Prefixes />
}
}
SURF © [email protected]
To get started, in one tab, run:
cd orchestrator-client-prefix-page && yarn start
And in another tab, run the create-react-app dev server:
cd orchestrator-client-prefix-page/example && yarn start
New SCSS in Prefixes.scss??
sass src/Prefixes.scss src/styles.module.css