The DApp Dev Server
Let's get the DApp running. First, install npm dependencies:
# https://yarnpkg.com/en/
yarn install
Install parcel bundler:
yarn global add parcel-bundler
Start dev server on port 1234:
yarn start
Open http://localhost:1234, and edit src/index.tsx
for live-reload.
See: YouTube Demo Video