Skip to content

tugboatcoding/react-babel-webpack-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-babel-webpack-template

A minimal React app template that compiles in <=> 3 seconds.

Why?

Useful for scenarios where build time matters. If you want a fully-featured app boilerplate, use Create React App or React Boilerplate.

Install

Clone and use it for your new project.

git clone [email protected]:tugboatcoding/react-babel-webpack-template.git my-react-app

Usage

Start your local webpack server:

npm run start

Build:

npm run build

Performance

Very rudimental measurement of the build time yields an average build time of ~3 seconds. (Sample size of 10.)

start=$SECONDS; npm run build; duration=$(( SECONDS - start )); echo $duration' seconds'

About

A minimal React app template that builds in 3 seconds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •