MCPcopy Index your code
hub / github.com/AnomalyInnovations/serverless-stack-demo-client

github.com/AnomalyInnovations/serverless-stack-demo-client @v7.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v7.0 ↗ · + Follow
55 symbols 157 edges 25 files 0 documented · 0% updated 3y agov7.0 · 2021-08-26★ 62711 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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.

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 Serverless Stack.

Core symbols most depended-on inside this repo

onError
called by 11
src/libs/errorLib.js
useAppContext
called by 5
src/libs/contextLib.js
useFormFields
called by 3
src/libs/hooksLib.js
s3Upload
called by 2
src/libs/awsLib.js
logError
called by 2
src/libs/errorLib.js
reportWebVitals
called by 1
src/reportWebVitals.js
onLoad
called by 1
src/App.js
validateForm
called by 1
src/components/BillingForm.js

Shape

Function 50
Method 3
Class 2

Languages

TypeScript100%

Modules by API surface

src/containers/Notes.js9 symbols
src/containers/Signup.js7 symbols
src/containers/Home.js6 symbols
src/containers/NewNote.js5 symbols
src/components/ErrorBoundary.js5 symbols
src/libs/errorLib.js3 symbols
src/containers/Settings.js3 symbols
src/containers/Login.js3 symbols
src/components/UnauthenticatedRoute.js2 symbols
src/components/BillingForm.js2 symbols
src/App.js2 symbols
src/reportWebVitals.js1 symbols

For agents

$ claude mcp add serverless-stack-demo-client \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page