Documents / create-faas-app
create-faas-app
create-faas-app
Curated scaffolder for FaasJS projects. The admin template is the default
React + Ant Design + PostgreSQL starter, and minimal provides a smaller
React starter. After scaffolding, the CLI runs npm install, npm run types,
and npm run test in the new project.
Usage
npx create-faas-app --name faasjs
npx create-faas-app --name faasjs-admin --template admin
npx create-faas-app --name faasjs-minimal --template minimal