mirror of
https://github.com/seigler/js-bitcoin-wallet
synced 2025-07-27 00:36:09 +00:00
initial commit
This commit is contained in:
commit
9a0b1c1254
28 changed files with 42055 additions and 0 deletions
22
README.md
Normal file
22
README.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
# js-wallet
|
||||
|
||||
## 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).
|
Loading…
Add table
Add a link
Reference in a new issue