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