Decentralized messenger
Go to file
2021-07-16 07:37:37 +05:00
.github/workflows Preact (#22) 2020-08-28 16:11:45 +03:00
src 'react-virtualized-autosize 2021-07-16 07:37:37 +05:00
tests webpack version 2021-07-09 00:31:44 +03:00
.cpanel.yml cpanel deployment file 2021-02-16 10:53:36 +02:00
.eslintrc.js lint fix 2021-01-13 10:24:31 +02:00
.gitignore rm size-plugin.json, manifest.json 2021-07-09 02:53:17 +03:00
package.json update deps 2021-07-12 10:38:05 +03:00
preact.config.js webpack version 2021-07-09 00:31:44 +03:00
README.md webpack version 2021-07-09 00:31:44 +03:00

iris-webpack

CLI Commands

# 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.