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 install
Rename 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:start
Released under MIT by @RichardHpa.