AnomalyInnovations / serverless-stack-demo-client

Source for the demo app client in the Serverless Stack Guide

Home Page:https://demo2.serverless-stack.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Source for the demo app client in the Serverless Stack Guide

https://demo2.serverless-stack.com

License:MIT License


Languages

Language:JavaScript 87.3%Language:HTML 7.2%Language:CSS 5.5%