yarn install
yarn test
yarn storybook
import * as React from 'react';
import { Hello } from 'react-typescript-library-template';
class Example extends React.Component {
render () {
return (
<Hello text="hello" />
)
}
}
MIT © aviklai