Skip to content

Commit fab0613

Browse files
committed
chore: update examples [ci skip]
1 parent 1bfa33f commit fab0613

File tree

28 files changed

+27
-14452
lines changed

28 files changed

+27
-14452
lines changed

examples/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ or in certain cases install them via NPM! Using CDNs is not mandatory.
1010

1111
- [basic-browser-js](./basic-browser-js)
1212
- [basic-browser-ts](./basic-browser-ts)
13+
- [string-inverter](./string-inverter)
1314

1415
## Services, overrides
1516
- [browser-clicky-js](./browser-clicky-js)

examples/basic-browser-js/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

examples/basic-browser-js/README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33
A simple example showcasing Pandino implementation details for a Browser-based project written
44
in pure JavaScript.
55

6-
## Setup
7-
- Run `npm run build` in the Git Repository root
8-
- Run `./cp-extra-manifests.sh` in this folder to obtain dependencies
9-
106
## Running the example
11-
Run `npm start` in this folder to start a web server
7+
Run `npx serve dist` in this folder to start a web server
128

13-
> Server will start at: http://localhost:5001
9+
> Server will start at: http://localhost:3000

examples/basic-browser-js/package-lock.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

examples/basic-browser-js/package.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)