@matthiebl/npm-tailwind-template
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

@matthiebl/npm-tailwind-template

This is a simple template repo for making an npm module with react + typescript + tailwind

Setup

This is the folder structure we set up for you:

/src
  index.tsx       # This is where all built exports will be available from
  /stories        # Where stories for storybook are located
    ...
/test             # Where tests are located
  ...
.gitignore
package.json
README.md         # EDIT THIS
tsconfig.json

You will need to rename the name of the package in the package.json. I recommend find and replace npm-tailwind-template with <your package name>. Ensure the author, license, homepage, bugs, and repository are all correct as well.

Package Sidebar

Install

npm i @matthiebl/npm-tailwind-template

Weekly Downloads

1

Version

0.1.5

License

MIT

Unpacked Size

50.9 kB

Total Files

12

Last publish

Collaborators

  • matthiebl