Compatibility Note: ihccc requires Node.js version 18+, 20+. However, some templates require a higher Node.js version to work, please upgrade if your package manager warns about it.
With NPM:
$ npm create ihccc@latestWith Yarn:
$ yarn create ihcccWith PNPM:
$ pnpm create ihcccThen follow the prompts!
You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a ihccc + Admin project, run:
# npm 7+, extra double-dash is needed:
npm create ihccc@latest my-app --template ihccc-admin
# yarn
yarn create ihccc my-app --template ihccc-admin
# pnpm
pnpm create ihccc my-app --template ihccc-adminCurrently supported template presets include:
ihccc-adminihccc-server
You can use . for the project name to scaffold in the current directory.