insta-email
v1.0.42
Published
for typescript demo
Readme
Publishing a TypeScript library + decorators demo
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 create and publish the email-sending project
$ tsc -init
$ npm init
$ tsc
$ npm login
$ npm publishNOTE:
make sure you've configured your tsconfig.json and signed up to npmjs.com
