Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

myhelix/serverless-stack-demo-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

❗ This repository is no longer maintained and may contain vulnerable code. If you wish to revive it, please request a security review.

Deprecated

Please refer to template-serverless-golang or template-serverless-nodejs instead.


Serverless Stack Demo React App

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

This repo is for the frontend React app that we build over the course of the tutorial. You can find the repo for the backend serverless API here. And the repo for the tutorial here.

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 Anomaly Innovations; makers of Seed and Serverless Stack.

About

Source for the demo app client in Serverless-Stack.com

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 87.3%
  • HTML 6.4%
  • CSS 6.3%