Timothy Merritt
Posted on October 14, 2020
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.
Posted on October 14, 2020
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.