Skip to content

Poafs1/myTitle

Repository files navigation

myTitle

MyTitle package is develop for practicing NPM React component

My MyTitle package consist of 1 component

  • SayHello(name: string) => string

Install Example

yarn create react-app example --template typescript
rm -rf example/.gitignore example/.git
{
  ...
  dependencies: {
    ...
    "typescript-react-test": "link:.."
  }
}

Reference.