From 4ef85dd6a97cb5601111e040cabe7761617b3727 Mon Sep 17 00:00:00 2001 From: undefined Date: Wed, 29 Nov 2023 03:47:32 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'examples/'=20w?= =?UTF-8?q?ith=20remote=20'examples/'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/js-example/README.md | 33 ++++++++++++++++++++++++++++++++ examples/react-example/README.md | 14 ++++++++++++++ examples/vue-example/README.md | 8 ++++++++ 3 files changed, 55 insertions(+) create mode 100644 examples/js-example/README.md diff --git a/examples/js-example/README.md b/examples/js-example/README.md new file mode 100644 index 0000000..df50050 --- /dev/null +++ b/examples/js-example/README.md @@ -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. diff --git a/examples/react-example/README.md b/examples/react-example/README.md index 58beeac..a049c5f 100644 --- a/examples/react-example/README.md +++ b/examples/react-example/README.md @@ -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: diff --git a/examples/vue-example/README.md b/examples/vue-example/README.md index c87b3c6..e18688a 100644 --- a/examples/vue-example/README.md +++ b/examples/vue-example/README.md @@ -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