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

🔄 synced file(s) with circlefin/w3s-pw-web-sdk-internal #7

Merged
merged 1 commit into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
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
33 changes: 33 additions & 0 deletions examples/js-example/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Getting Started with the Javascript Example

This project was bootstrapped with [HtmlWebpackPlugin](https://webpack.js.org/plugins/html-webpack-plugin/).

## Before you start

Go to the root of this repo and change to this directory by running:

```bash
cd examples/js-example
```

## Install dependencies

```bash
npm install
```

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:9001](http://localhost:9001) to view it in your browser.

The page will reload when you make changes.\
You may also see any lint errors in the console.

### `npm build`

Builds the app for production to the `dist` folder.
14 changes: 14 additions & 0 deletions examples/react-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Before you start

Go to the root of this repo and change to this directory by running:

```bash
cd examples/react-example
```

## Install dependencies

```bash
npm install
```

## Available Scripts

In the project directory, you can run:
Expand Down
8 changes: 8 additions & 0 deletions examples/vue-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ This template should help get you started developing with Vue 3 in Vite.

See [Vite Configuration Reference](https://vitejs.dev/config/).

## Before you start

Go to the root of this repo and change to this directory by running:

```bash
cd examples/vue-example
```

## Project Setup

```sh
Expand Down