Windows | Mac | Linux | |
---|---|---|---|
Open Video
All this is still pre-alpha-state. If you want to test it, make sure you set IP
, PixelCount
, Color
and Frequency-Band (one of the equalizer's bars)
!before! you click play. Also stopping and replaying is currently resulting in multiple Senders.
When it hangs, just restart the app.
Everything is done without a state-management-lib.
After I choose one, IP
and PixelCount
can be retrieved automatically.
Click to expand
# with npx
$ npx create-nextron-app my-app --example with-typescript-material-ui
# with yarn
$ yarn create nextron-app my-app --example with-typescript-material-ui
# with pnpx
$ pnpx create-nextron-app my-app --example with-typescript-material-ui
$ cd my-app
# using yarn or npm
$ yarn (or `npm install`)
# using pnpm
$ pnpm install --shamefully-hoist
# development mode
$ yarn dev (or `npm run dev` or `pnpm run dev`)
# production build
$ yarn build (or `npm run build` or `pnpm run build`)