A template Repo for making custom npm packages
Use this template or clone via github
git clone https://github.com/RichardHpa/npm-package-template.git
cd npm-package-template
npm installRename the project name in the package.json
This app contains a playground based on a standard create-react-app where you can test your packages.
To set up the playground run
npm run playground:install
npm run playground:startReleased under MIT by @RichardHpa.