You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://gitter.im/99xt/serverless-react-boilerplate?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
7
7
8
+
## Demo
9
+
A simple todo app built with serverless. [Vist Demo Site](https://evening-brushlands-67444.herokuapp.com/)
10
+
8
11
## Requirements
9
12
* Java Runtime Engine (JRE) version 6.x or newer to run dynamodb locally
10
13
@@ -16,9 +19,6 @@ serverless-react-boilerplate
16
19
* Lambda CRUD operations for a Todo application with live reload
17
20
* React web application to utilize the API
18
21
19
-
## Demo App
20
-
A simple todo app built with serverless. [Demo Site](https://evening-brushlands-67444.herokuapp.com/)
21
-
22
22
## How to develop and test offline?
23
23
We have used [serverless-offline plugin](https://github.com/dherault/serverless-offline) and [serverless-dynamodb-local plugin](https://github.com/99xt/serverless-dynamodb-local) in this boilerplate. You can declare your table templates and seeds in `offline/migrations` folder just like the `todo.json` template. When you spin up the offline server, these tables will be used as the datasources for your lambda functions.
0 commit comments