Quickly get started with a minimal Nyxb starter template!
Head over to nyxb.new to get started quickly.
You can use nyxbi CLI to clone latest template to an empty directory:
$ npx nyxbi init [-t,--template=<template>] [<dir>]Example: Clone monorepo to my-app directory:
$ npx nyxbi init -t monorepo my-app| Name | Description | Local | Online |
|---|---|---|---|
| monorepo | Turborepo | npx nyxbi init -t monorepo my-app |
Stackblitz / CodeSandbox |
| Nextjs | Latest Nextjs | npx nyxbi init -t nextjs |
Stackblitz / CodeSandbox |
Each template is maintained in a branch (see all branches). For improvements, please open a Pull Request to each individual branch.
Note: Please avoid commiting lock-files such as pnpm-lock.yaml yarn.lock and package-lock.json to template branches!
MIT - Made with π