@gsc-basic/create-frontend
v1.0.4
Published
Frontend CLI for GSC Basic frontend
Downloads
325
Readme
@gsc-basic/create-frontend
Scaffolding GSC Basic Frontend Project
Compatibility Note: 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 PNPM:
pnpm create @gsc-basic/frontend@latest
- With NPM:
npm create @gsc-basic/frontend@latest
npm i pnpm -g
cd my-project
npm run bootstrap
npm run serve