React Next.js components for Affiliate OS
npm install @affiliate-os/reactA starter for creating a React component library with React Compiler.
- Install dependencies:
``bash`
npm install
- Run the playground:
`bash`
npm run play
- Run the unit tests:
`bash`
npm run test
- Build the library:
`bash``
npm run build