A minimal create-react-app template without any dependencies and test files.
root dir
|--- node_modules/
|--- public
| |--- index.html
|--- src
| |--- App.js
| |--- index.js
|--- .gitignore
|--- package.json
|--- package-lock.json
The template can be used while creating the react app.
npx create-react-app app-name --template neat