commit 275839a2f73515ee740a97abe9390761792ce158 Author: Jean Jacques Avril Date: Fri Mar 4 20:28:48 2022 +0100 first commit 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).