n-clip
A component for short video format
install
npm install
development
This command will compile and run the demo
npm run start
deployment
If we change the template files we should generate the compiled version with the command:
npm run build
This will generate a server/index.cjs that could be use in next-es-interface to generate server code
Troubleshooting
- When use the template/component.jsx or template/index.js files it requires react ^17.0.0 or upper. older versions of react do not introduce the attribute "disableremoteplayback".