create-bifrost-module
v1.0.23
Published
One-stop BIFROST module template generator
Downloads
54
Readme
Running your module
Install dependencies by typing
npm ioryarn install.Run the backend code by typing
npm start. This will also compile your typescript files into your local build directory. You can change your compiler preferences by editingtsconfig.jsonin your project root directory. A successful build requires you to have a global installation of typescript on your machine: typetsc -vto find out, and consulthttps://www.typescriptlang.org/if you find it not available.
