Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Realworld | 74,668 | 2 days ago | 1 | April 19, 2017 | 68 | mit | TypeScript | |||
"The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more | ||||||||||
React Starter Kit | 21,935 | 1 | 5 | a day ago | 23 | March 07, 2016 | 5 | mit | TypeScript | |
The web's most popular Jamstack front-end template (boilerplate) for building web applications with React | ||||||||||
Ice | 17,569 | 721 | a day ago | 84 | August 26, 2022 | 285 | mit | TypeScript | ||
🚀 ice.js: The Progressive App Framework Based On React(基于 React 的渐进式应用框架) | ||||||||||
Redwood | 16,028 | 18 | 17 hours ago | 3,293 | September 24, 2022 | 427 | mit | TypeScript | ||
The App Framework for Startups | ||||||||||
Sst | 15,200 | 4 | a day ago | 681 | September 23, 2022 | 671 | mit | JavaScript | ||
💥 SST makes it easy to build full-stack serverless apps. | ||||||||||
Nhost | 6,694 | 9 | 19 hours ago | 91 | September 20, 2022 | 137 | mit | TypeScript | ||
The Open Source Firebase Alternative with GraphQL. | ||||||||||
Midway | 6,660 | 3 | 147 | 2 days ago | 204 | August 16, 2022 | 128 | mit | TypeScript | |
🍔 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 Js | 6,590 | 113 | 19 hours ago | 251 | September 07, 2022 | 256 | other | TypeScript | ||
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 Starter | 4,457 | 2 | 5 months ago | 25 | July 22, 2016 | 135 | mit | JavaScript | ||
Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay | ||||||||||
Serverless Stack Com | 3,651 | 13 days ago | 123 | mit | SCSS | |||||
An open source guide for building and deploying full-stack apps using Serverless and React on AWS. |
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.
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.
We also have an alternative Serverless Framework version: backend serverless API & frontend React app.
Thank you for your considering to contribute. Read more about how you can contribute to SST.
SST is built using Jekyll. Follow these steps to install Jekyll.
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
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:
Thanks to these folks for their contributions to the content of SST.
This repo is maintained by SST.