/fvtt-module-template-typescript

A typescript module template for developing Foundry VTT modules

Primary LanguageTypeScriptMIT LicenseMIT

fvtt-module-template-typescript

A typescript module template for developing Foundry VTT modules

Structure

The source code is in src/ and when Parcel runs, it dumps the bundled js into dist/

Development

To install dependencies:

yarn

to run dev mode:

yarn dev

to build for release:

yarn build