rust-typescript-template
v0.1.8
Published
Downloads
2
Readme
Rust TypeScript Template
Installation
Before development, make sure you have installed:
# install dependencies
yarn
# start development
yarn run dev
# run example
yarn run example
Publishing
# build the library
yarn build
# push to npm
npm publish --access public
Deployment
# build the example
yarn deploy
# configure github to deploy branch gh-pages