Get Started with SUF-Stack!

Yeoman Generator

As an example of how to get started writing a SUF-Stack app we created a yeoman generator: generator-suf-stack-aws-koa-nuxt.

To use it:

Note that this version uses AWS (Lambda, API Gateway, CloudFront) and is optimized to be used with a custom domain, and to serve content via S3. Before using it, make sure to setup AWS credentials and to prepare an S3 bucket for your static assets.

This yeoman generator also uses Koa.js for the backend, and Nuxt.js/Vue.js for the frontend. For more details, read the documentation.


create-app scaffolder

Coming Soon! This will also provide more options for frontend and backend frameworks, and later deployment onto other cloud providers.