Skip to content

Commit

Permalink
CRA readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 committed Mar 30, 2023
1 parent 3814b03 commit 0f829b8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions examples/cra/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Example of CowSwap SDK usage

## How to start

### Install dependencies

```bash
yarn install
```

### Run the local server

```bash
yarn start
```

### Open browser with url

```bash
http://localhost:3000
```

0 comments on commit 0f829b8

Please sign in to comment.