Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

cra-template-nbp

gut.io6MIT1.0.4

No boilerplate template for Create React App.

react, create-react-app, template, no-boiler-plate

readme

npm npm bundle size npm

cra-template-nbp

No boilerplate version for starting CRA

See full guide on how to make it yourself.

Usage

npx create-react-app %PROJECT_NAME% --template nbp

Or

shell script yarn create react-app %PROJECT_NAME% --template nbp

npx command installs most recent stable version of CRA from npm. --template parameter points to this template, note that cra-template- prefix is omitted.

Motivation

I use Create React App pretty much often. I am sure that many are already sick of dealing with erasing all the boilerplate every time you start a new react project with CRA.
This is the most basic template posible, so that anybody can use it without worrying if there is something missing.
I wanted to learn and show how to do it in an article, so from here everyone can create their own version in accordance to their needs.