Skip to content

Commit f47cfaf

Browse files
authored
Update Readme
1 parent 11bc51b commit f47cfaf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ serverless-react-boilerplate
55
[![license](https://img.shields.io/npm/l/serverless-dynamodb-local.svg)](https://opensource.org/licenses/MIT)
66
[![Join the chat at https://gitter.im/99xt/serverless-react-boilerplate](https://badges.gitter.im/99xt/serverless-react-boilerplate.svg)](https://gitter.im/99xt/serverless-react-boilerplate?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
77

8+
## Demo
9+
A simple todo app built with serverless. [Vist Demo Site](https://evening-brushlands-67444.herokuapp.com/)
10+
811
## Requirements
912
* Java Runtime Engine (JRE) version 6.x or newer to run dynamodb locally
1013

@@ -16,9 +19,6 @@ serverless-react-boilerplate
1619
* Lambda CRUD operations for a Todo application with live reload
1720
* React web application to utilize the API
1821

19-
## Demo App
20-
A simple todo app built with serverless. [Demo Site](https://evening-brushlands-67444.herokuapp.com/)
21-
2222
## How to develop and test offline?
2323
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.
2424

0 commit comments

Comments
 (0)