Write your own boilerplate for reactjs without using create-react-app
Here's a basic boilerplate for a ReactJS application without using create-react-app.
Set up the directory structure
Create a new project directory with the name of your choice, and then create the following subdirectories within it:
project-name/ |...
bobbyk.hashnode.dev2 min read