aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/README.md
diff options
context:
space:
mode:
authoreric thul <thul.eric@gmail.com>2015-01-13 22:03:00 -0500
committereric thul <thul.eric@gmail.com>2015-01-13 22:03:00 -0500
commitf9d1a6b3c9833036e27920171e45bb73f1764fa3 (patch)
treee5db46409894da81ca1f4c39b696c94fd1afab82 /example/README.md
parentba586c433f799db1f2b8161e188b1e1e0ae7c079 (diff)
downloadpurs-loader-f9d1a6b3c9833036e27920171e45bb73f1764fa3.tar.gz
purs-loader-f9d1a6b3c9833036e27920171e45bb73f1764fa3.tar.zst
purs-loader-f9d1a6b3c9833036e27920171e45bb73f1764fa3.zip
Adding basic example
Diffstat (limited to 'example/README.md')
-rw-r--r--example/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/example/README.md b/example/README.md
new file mode 100644
index 0000000..ae798e7
--- /dev/null
+++ b/example/README.md
@@ -0,0 +1,5 @@
1```bash
2npm install
3npm run-script webpack
4npm run-script run
5```