Skip to content

Commit e34c027

Browse files
committed
Merge branch 'aws-react' of https://github.com/99xt/serverless-boilerplate into aws-basics
2 parents 6b5f432 + dad5807 commit e34c027

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ serverless-react-boilerplate
1717
* Lambda CRUD operations for a Todo application with live reload
1818
* React web application to utilize the API
1919

20-
## Demo
21-
A todo app built with serverless. [View Demo Site](https://evening-brushlands-67444.herokuapp.com/)
22-
2320
## How to develop and test offline?
2421
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. Once you are ready to deploy your database and api in AWS use `npm run deploy`.
2522

0 commit comments

Comments
 (0)