Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 282 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 282 Bytes

dapp-template

dApp directory template with Parcel 2

Building and running on localhost

First install dependencies:

yarn install

To start dev server:

yarn start

To create a production build:

yarn build

To clear cache:

yarn clear