Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anomalyinnovations/serverless-stack-demo-client
Source for the demo app client in the Serverless Stack Guide
https://github.com/anomalyinnovations/serverless-stack-demo-client
amplify aws-cognito react react-bootstrap react-router
Last synced: 10 days ago
JSON representation
Source for the demo app client in the Serverless Stack Guide
- Host: GitHub
- URL: https://github.com/anomalyinnovations/serverless-stack-demo-client
- Owner: AnomalyInnovations
- License: mit
- Created: 2017-03-02T20:14:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T19:46:50.000Z (almost 2 years ago)
- Last Synced: 2024-10-16T18:32:14.744Z (23 days ago)
- Topics: amplify, aws-cognito, react, react-bootstrap, react-router
- Language: JavaScript
- Homepage: https://demo2.serverless-stack.com
- Size: 4.84 MB
- Stars: 635
- Watchers: 24
- Forks: 204
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Serverless Stack Demo React App [![Netlify Status](https://api.netlify.com/api/v1/badges/1673e9d8-8b4b-4d02-a6d0-e805921f3209/deploy-status)](https://app.netlify.com/sites/serverless-stack-demo-client/deploys)
The [Serverless Stack Guide](http://serverless-stack.com) is a free comprehensive resource to creating full-stack serverless applications. We create a [note taking app](http://demo2.serverless-stack.com) from scratch.
The main part of the guide uses [SST](https://github.com/serverless-stack/serverless-stack). We also have an alternative version that uses Serverless Framework. This repo connects to the [Serverless Framework version of the backend](https://github.com/AnomalyInnovations/serverless-stack-demo-api).
#### 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.
- [Initialize the Frontend Repo](../../tree/initialize-the-frontend-repo)
- [Configure AWS Amplify](../../tree/configure-aws-amplify)
- [Redirect on Login](../../tree/redirect-on-login)
- [Create a Build Script](../../tree/create-a-build-script)#### Usage
This project is created using [Create React App](https://github.com/facebookincubator/create-react-app).
To use this repo locally, start by cloning it and installing the NPM packages.
``` bash
$ git clone https://github.com/AnomalyInnovations/serverless-stack-demo-client
$ npm install
```Run it locally.
``` bash
$ npm run start
```---
This repo is maintained by [Serverless Stack](https://serverless-stack.com).
[Email]: mailto:[email protected]