This project generate a simple boilerplate react starter project. The react stater project have a simple structure like MVC and it's easy to understand and it can help to create a quickly react app. I hope to help someone which is a react JS developer.
npm install -g create-react-starter-mvc
create-react-starter-mvc create myfirst-app
cd myfirst-app
npm start
Thank You.