Skip to content

Latest commit

 

History

History
executable file
·
19 lines (13 loc) · 268 Bytes

README.md

File metadata and controls

executable file
·
19 lines (13 loc) · 268 Bytes

iota-js-workshop-slides

Slides for the IOTA javascript workshop

Build Step

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# run lint
npm run lint