DEV Community

Timothy Merritt
Timothy Merritt

Posted on

2

My First npm Package - A Custom React Theme

After being sick and tired of constantly having to delete and rearrange the create-react-app boilerplate, I finally made a custom stripped-down React template for starting new projects. So far it doesn’t include anything extraordinary (though I did incorporate my SCSS boilerplate called SPLATE), but it removes all of the extraneous defaults for new React apps. I also managed to setup GitHub Actions to automatically release new versions to the npm registry when I update the main branch.

If you’d like to try it out, you can use it via npx create-react-app [name-of-your-app] --template timmybytes-template. I’ll be adding more helpful starting features, and more automation for deployment.

Top comments (0)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay