Skip to content

AlejandroGutierrezB/CRA-template-noboilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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.

About

A template to use CRA without the default boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published