Generate a new project based on boilerplates from github.com/krisantuswanandi.
To create a new project, run:
npm create @santus/app@latest
yarn create @santus/app
pnpm create @santus/app@latest
You can also directly specify the project name using:
npm create @santus/app@latest project-name
yarn create @santus/app project-name
pnpm create @santus/app@latest project-name
To build the project for local environment, run:
pnpm install
pnpm run dev
Install the local package manually, run:
npm link # haven't been able to use pnpm to install global bin
Check if the package is installed, run:
create-app -h