1.0.2 • Published 5 years ago
dotwallet-express-example v1.0.2
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
1.0.2
5 years ago