FaasJS
Home
  • Guide
  • Documents
  • Templates
  • Changelog
  • Ecosystem

    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
Home
  • Guide
  • Documents
  • Templates
  • Changelog
  • Ecosystem

    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security

Documents / create-faas-app

create-faas-app

create-faas-app

License: MIT NPM Version

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

Functions

  • main