Start
npm install
npm start
Goto
Howto Publish to npmjs.org
- (1) Create a new Release and Tag on GitHub (Web-Gui)
- (2) GitHub Actions triggers
npm run build
- (3) GitHub Action deployes tags to npmjs (dist dir)
Start
npm install
npm start
Goto
Howto Publish to npmjs.org
npm run build