Skip to content

Commit 6631e34

Browse files
committed
Merge branch 'v2'
2 parents 5e4f969 + c7757a4 commit 6631e34

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ We create a [note taking app](https://demo.sst.dev) from scratch. Using React.js
99
This repo is a full-stack serverless app built with [SST](https://github.com/serverless-stack/sst).
1010

1111
- The `stacks/` directory defines our AWS infrastructure using AWS CDK.
12-
- The `services/` directory contains the Lambda functions that power the CRUD API.
12+
- The `packages/` directory contains the Lambda functions that power the CRUD API.
1313
- The `frontend/` directory contains the React app.
1414

1515
It's a single-page React app powered by a serverless CRUD API. We also cover how add user authentication, handle file uploads, and process credit card payments with Stripe.
@@ -35,7 +35,7 @@ This project refers to a `.env.local` file with a secret that we are not checkin
3535
Start the [Live Lambda Dev Environment](https://docs.sst.dev/live-lambda-development).
3636

3737
```bash
38-
$ npx sst start
38+
$ npx sst dev
3939
```
4040

4141
Install dependencies for the frontend React app.

0 commit comments

Comments
 (0)