Skip to content

xplodedthemes/react-custom-usehooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 29, 2020
0ca85dd · Aug 29, 2020

History

11 Commits
Aug 29, 2020
Aug 29, 2020
Aug 29, 2020
Aug 29, 2020
Aug 29, 2020
Aug 29, 2020
Aug 29, 2020
Aug 29, 2020
Aug 29, 2020

Repository files navigation

npm-react-typescript-template

A template for publishing a React + TypeScript package to npm

How to use

Fork this repo, clone it to your local computer, and edit the package.json along with every other required file to match your project. Write the code for your package in TypeScript and Sass, compile it, and publish it to npm.

To compile your code once, run

  • npm run build.

To compile your code once and refresh on file change, run

  • npm run start.

To publish your package to npm, make sure you're logged in the correct account by running

  • npm login.

Compile your package by running

  • npm run build

Update the package version accordingly by using

Then publish your package by running

  • npm publish

Happy Building ♡

About

A React Custom Hooks Collection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published