Quickly add React, Jest (Enzyme) and ESLint to your JavaScript project
Nov 8 · 3 min read

Creating a react app is so easy with create-react-app. But if you’re new to it, you’ll soon realise that there is so much unnecessary boilerplate. That’s why I like to create my react projects from scratch. But it can be a tricky process, especially when starting out.

