1.0.0 • Published 3 years ago

insta-email-sven v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Creating decorators TypeScript workshop

Requirements

  • nodejs runtime from nodejs.org

This NPM package is part of my TypeScript Workshop

  • The TypeScript workshop has a topic where attendees are going to use decorators
  • Publish an email-sending demo package to NPM
  • Use the email-sending package inside a React app's class-based component

How to scaffold the email-sending project

$ tsc -init
$ npm init

How to publish the email-sending project to npm

$ tsc
$ npm login
$ npm publish

NOTE:

make sure you've configured your tsconfig.json and signed up to npmjs.com