From 24ae9e2eccdf45965eac9599ff07652b6b558d74 Mon Sep 17 00:00:00 2001 From: undefined Date: Tue, 28 Nov 2023 06:47:36 +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 | 19 +++++++++++++++++++ 1 file changed, 19 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..601fab4 --- /dev/null +++ b/examples/js-example/README.md @@ -0,0 +1,19 @@ +# Getting Started with the Javascript Example + +This project was bootstrapped with [HtmlWebpackPlugin](https://webpack.js.org/plugins/html-webpack-plugin/). + +## 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.