summaryrefslogtreecommitdiff
path: root/@linaria/examples/Preact/preact-example/README.md
diff options
context:
space:
mode:
Diffstat (limited to '@linaria/examples/Preact/preact-example/README.md')
-rw-r--r--@linaria/examples/Preact/preact-example/README.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/@linaria/examples/Preact/preact-example/README.md b/@linaria/examples/Preact/preact-example/README.md
new file mode 100644
index 0000000..8569ba2
--- /dev/null
+++ b/@linaria/examples/Preact/preact-example/README.md
@@ -0,0 +1,22 @@
+# my-project
+
+## CLI Commands
+
+``` bash
+# install dependencies
+npm install
+
+# serve with hot reload at localhost:8080
+npm run dev
+
+# build for production with minification
+npm run build
+
+# test the production build locally
+npm run serve
+
+# run tests with jest and preact-render-spy
+npm run test
+```
+
+For detailed explanation on how things work, checkout the [CLI Readme](https://github.com/developit/preact-cli/blob/master/README.md).