How to set up a React app without using Create React App (CRA)
Introduction
I know most React developers are quite familiar with the create-react-app command line(CLI) command for setting up a react boilerplate. Well, in this article, I will discuss another way of setting up a react app. The aim of this post is ...
blog.devugo.com16 min read
Shaun Collins
Fullstack Dev
Great post nicely put together!