wallet-core/packages/anastasis-webui
2021-10-14 17:08:41 +02:00
..
src show reducer network errors 2021-10-14 17:08:41 +02:00
tests anastasis-webui: implement more challenge types 2021-10-14 15:35:34 +02:00
.gitignore anastasis-webui: first commit 2021-10-11 10:58:55 +02:00
package.json deps 2021-10-13 11:03:34 +02:00
README.md anastasis-webui: first commit 2021-10-11 10:58:55 +02:00
tsconfig.json anastasis-webui: first commit 2021-10-11 10:58:55 +02:00

anastasis-webui

CLI Commands

  • npm install: Installs dependencies

  • npm run dev: Run a development, HMR server

  • npm run serve: Run a production-like server

  • npm run build: Production-ready build

  • npm run lint: Pass TypeScript files using ESLint

  • npm run test: Run Jest and Enzyme with enzyme-adapter-preact-pure for your tests

For detailed explanation on how things work, checkout the CLI Readme.