Serverless Stack Com

An open source guide for building and deploying full-stack apps using Serverless and React on AWS.
Alternatives To Serverless Stack Com
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Realworld74,668
2 days ago1April 19, 201768mitTypeScript
"The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more
React Starter Kit21,93515a day ago23March 07, 20165mitTypeScript
The web's most popular Jamstack front-end template (boilerplate) for building web applications with React
Ice17,569721a day ago84August 26, 2022285mitTypeScript
🚀 ice.js: The Progressive App Framework Based On React(基于 React 的渐进式应用框架)
Redwood16,0281817 hours ago3,293September 24, 2022427mitTypeScript
The App Framework for Startups
Sst15,2004a day ago681September 23, 2022671mitJavaScript
💥 SST makes it easy to build full-stack serverless apps.
Nhost6,694919 hours ago91September 20, 2022137mitTypeScript
The Open Source Firebase Alternative with GraphQL.
Midway6,66031472 days ago204August 16, 2022128mitTypeScript
🍔 A Node.js Serverless Framework for front-end/full-stack developers. Build the application for next decade. Works on AWS, Alibaba Cloud, Tencent Cloud and traditional VM/Container. Super easy integrate with React and Vue. 🌈
Webiny Js6,59011319 hours ago251September 07, 2022256otherTypeScript
Open-source serverless enterprise CMS. Includes a headless CMS, page builder, form builder, and file manager. Easy to customize and expand. Deploys to AWS.
React Firebase Starter4,45725 months ago25July 22, 2016135mitJavaScript
Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay
Serverless Stack Com3,651
13 days ago123mitSCSS
An open source guide for building and deploying full-stack apps using Serverless and React on AWS.
Alternatives To Serverless Stack Com
Select To Compare


Alternative Project Comparisons
Readme

SST

Discourse posts Twitter follow Chat on Discord


The SST Guide is a comprehensive open source tutorial for building and deploying full-stack apps using Serverless and React on AWS.

We are going to create a note taking app from scratch using React.js, AWS Lambda, API Gateway, DynamoDB, and Cognito.

Demo App

It is a single-page React app powered by a serverless CRUD API. We also cover how add user authentication and handle file uploads.

The entire guide is hosted on GitHub and we use Discourse for our comments. With the help of the community we add more detail to the guide and keep it up to date.

Project Goals

  • Provide a free comprehensive resource
  • Add more content to build on core concepts
  • Keep the content accurate and up to date
  • Help people resolve their issues

Getting Help

  • If you are running into issues with a specific chapter, post in the comments for that chapter.
  • Open a new issue if you've found a bug
  • Or if you have a suggestion create a new topic in our forums
  • If you've found a typo, edit the chapter and submit a pull request.

Source for the Demo App

We also have an alternative Serverless Framework version: backend serverless API & frontend React app.

Contributing

Thank you for your considering to contribute. Read more about how you can contribute to SST.

Running Locally

SST is built using Jekyll. Follow these steps to install Jekyll.

Viewing Locally

To install, run the following in the root of the project.

$ bundle install

And to view locally.

$ bundle exec jekyll serve

You can now view the guide locally by visiting http://localhost:4000/.

You can also turn on live reloading and incremental builds while editing.

$ bundle exec jekyll serve --incremental --livereload

Generating the eBook

We use Pandoc to create the eBook. You can generate it locally by following these steps.

$ cd ~/Sites/ServerlessStackCom/etc/ebook
$ make start

This'll start a Docker instance. Inside the Docker run:

$ make pdf
$ make epub

The above are run automatically through Github Actions in this repo:

  • When a new commit is pushed to master
  • And when a new tag is pushed, the generated eBook is uploaded to S3

Contributors

Thanks to these folks for their contributions to the content of SST.


This repo is maintained by SST.

Popular Serverless Projects
Popular Reactjs Projects
Popular Cloud Computing Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Reactjs
Amazon Web Services
Scss
Tutorials
Stack
Serverless
React Router
Ebook
Create React App
Serverless Framework
React Bootstrap