Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor readme typo fix and formatting #17

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@ Sample application for new book titled - "JavaScript Three-Tier Architectures in
Code was updated also to help readers of the older book titled - "Node.js, MongoDB, React, React Native Full-Stack Fundamentals and Beyond"

To build, go to Lambda directory and run:
```
npm install
npm run zipLambda
```

Then in the root directory run:
```
npm install
npm run build-react
npm run zipForEB
```

You now hav ethe zip file to upload for the AWS Lambda and the zip file to upload to AWS Elastic Beanstalk
You now have the zip file to upload for the AWS Lambda and the zip file to upload to AWS Elastic Beanstalk.
Note that for Elastic beanstalk, you must choose the appropriate instance size.
For example t4g.medium
For example `t4g.medium`