0.0.1 • Published 6 years ago
fgc20-devserver v0.0.1
Altius PlayBook Companion Guide!
The DApp Dev Server
Let's get the DApp running. First, install npm dependencies:
npm installInstall parcel bundler:
npm install -g parcel-bundlerStart dev server on port 1234:
npm startOpen http://localhost:1234, and edit src/index.tsx for live-reload.
0.0.1
6 years ago