0.0.1 • Published 5 years ago

fgc20-devserver v0.0.1

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

Altius PlayBook Companion Guide!

The DApp Dev Server

Let's get the DApp running. First, install npm dependencies:

npm install

Install parcel bundler:

npm install -g parcel-bundler

Start dev server on port 1234:

npm start

Open http://localhost:1234, and edit src/index.tsx for live-reload.