1.0.2 • Published 4 years ago

dotwallet-express-example v1.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

dotwallet-test

Change the example.env to .env and replace the values with your credentials from the DotWallet for Developers platform.

Run dev server with

npm run dev

Run with

npm run start

find your local host address with

ifconfig | grep netmask

You’ll get a result like this

        inet 127.0.0.1 netmask 0xff000000
        inet 192.168.1.142 netmask 0xffffff00 broadcast 192.168.1.255

Use 192.168.1.142/3000 to open the app