iris-messenger/README.md

23 lines
426 B
Markdown
Raw Normal View History

2021-07-08 21:31:30 +00:00
# iris-webpack
2020-01-14 08:41:30 +00:00
2021-07-08 21:31:30 +00:00
## CLI Commands
2020-03-12 14:13:11 +00:00
2021-07-08 21:31:30 +00:00
``` bash
# install dependencies
npm install
2020-01-14 08:41:30 +00:00
2021-07-08 21:31:30 +00:00
# serve with hot reload at localhost:8080
npm run dev
2020-01-30 10:21:43 +00:00
2021-07-08 21:31:30 +00:00
# build for production with minification
npm run build
2020-01-30 11:10:53 +00:00
2021-07-08 21:31:30 +00:00
# test the production build locally
npm run serve
2020-01-30 11:10:53 +00:00
2021-07-08 21:31:30 +00:00
# run tests with jest and enzyme
npm run test
```
2020-12-20 07:14:18 +00:00
2021-07-08 21:31:30 +00:00
For detailed explanation on how things work, checkout the [CLI Readme](https://github.com/developit/preact-cli/blob/master/README.md).