VAVarun Agarwalinvarunagarwal.hashnode.dev·Apr 3, 2022 · 6 min readReact Development Environment without using CRA(create-react-app)When creating a new React project, there is an option of using create-react-app which as per official site, offers a modern build setup with no configuration. It is very easy to use and with just one command npx create-react-app my-app, it will set u...02W