From 275839a2f73515ee740a97abe9390761792ce158 Mon Sep 17 00:00:00 2001 From: Jean Jacques Avril Date: Fri, 4 Mar 2022 20:28:48 +0100 Subject: [PATCH] first commit --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2e301e6 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# doorlock_pwa + +## 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 enzyme +npm run test +``` + +For detailed explanation on how things work, checkout the [CLI Readme](https://github.com/developit/preact-cli/blob/master/README.md).