Scaffold React Application

Furqan Shaikh
16 min readDec 26, 2018
Photo by Jurica Koletić on Unsplash

This article describes how to create a React app boilerplate from scratch. For all scenarios we will always be using create-react-app. This is more of an educational venture to really understand how to create something like create-react-app from scratch. Along the way we will learn various concepts/tools like: git, Github, NPM, Webpack, Babel, React, ESLint. Hopefully at the end of this article, we will have a clear understanding of how…

--

--