Boilerplate for building React based modules / components in typescript.
npm run build- Build ready to ship packagenpm run lint- Run lint checks usingeslintnpm test- Run tests using Jest
- Link module using npm for local development. In current directory, run -
npm link - In
exampledirectory,npm link boilerplate-react-module - Run example app -
npm start