Skip to content

Commit

Permalink
add instructions for running examples
Browse files Browse the repository at this point in the history
  • Loading branch information
rpominov committed Oct 27, 2022
1 parent 9dc5f44 commit e85c6d3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions example/README.md
@@ -0,0 +1,7 @@
To run an example:

```sh
$ npm install
$ cd example/basic # or some other example
$ npx webpack
```

0 comments on commit e85c6d3

Please sign in to comment.