fgc20-devserver
v0.0.1
Published
[Altius PlayBook Companion Guide!](https://github.com/altiusofficial/ALTS20-DevServer/ALTS20-dapp.md)
Readme
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.
