• Stars
    star
    636
  • Rank 70,723 (Top 2 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 7 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Source for the demo app client in the Serverless Stack Guide

Serverless Stack Demo React App Netlify Status

The Serverless Stack Guide is a free comprehensive resource to creating full-stack serverless applications. We create a note taking app from scratch.

The main part of the guide uses SST. We also have an alternative version that uses Serverless Framework. This repo connects to the Serverless Framework version of the backend.

Steps

To support the different chapters and steps of the tutorial; we use branches to represent the project codebase at the various points. Here is an index of the various chapters and branches in order.

Usage

This project is created using Create React App.

To use this repo locally, start by cloning it and installing the NPM packages.

$ git clone https://github.com/AnomalyInnovations/serverless-stack-demo-client
$ npm install

Run it locally.

$ npm run start

This repo is maintained by Serverless Stack.

More Repositories

1

serverless-nodejs-starter

A Node.js starter for Serverless Framework with ES6 and TypeScript support
JavaScript
755
star
2

serverless-bundle

Optimized packages for ES6 and TypeScript Node.js Lambda functions without any configuration.
JavaScript
531
star
3

serverless-stack-demo-api

Source for the demo app API in the Serverless Stack Guide
JavaScript
517
star
4

aws-api-gateway-cli-test

A simple CLI to test API Gateway endpoints with IAM authorization
JavaScript
120
star
5

serverless-stack-demo-ext-api

Source for the extended version of the demo app API in Serverless Stack.
JavaScript
92
star
6

serverless-lerna-yarn-starter

A Serverless monorepo starter that uses Lerna and Yarn Workspaces.
JavaScript
83
star
7

serverless-typescript-starter

A Serverless starter that adds TypeScript, serverless-offline, linting, environment variables, and unit test support.
TypeScript
80
star
8

serverless-stack-demo-mono-api

A sample mono-repo multi-service Serverless application with AWS CloudFormation cross-stack references.
JavaScript
52
star
9

serverless-stack-demo-user-mgmt-client

Source for demo app client with user management in Serverless-Stack.com
JavaScript
41
star
10

serverless-stack-demo-ext-resources

Source for the extended version of the demo app resources in Serverless Stack.
JavaScript
40
star
11

serverless-python-starter

Python starter project for Serverless Framework
Python
37
star
12

serverless-stack-demo-fb-login-client

Source for the Facebook login demo app client in Serverless-Stack.com
JavaScript
31
star
13

sigV4Client

A standalone client for signing API Gateway requests for Signature Version 4
JavaScript
17
star
14

toolbeam-cli

CLI for Toolbeam
JavaScript
16
star
15

toolbeam-example-api

A simple API for the Toolbeam examples
JavaScript
4
star
16

serverless-cd-demo-a1c8

A demo Serverless Projects deployed using Seed
JavaScript
2
star