Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Latest commit

Β 

History

History
28 lines (21 loc) Β· 481 Bytes

File metadata and controls

28 lines (21 loc) Β· 481 Bytes

REACT CRA

This is a custom CLI for initializate a react app.

Folders

β”œβ”€β”€ app
β”‚   β”œβ”€β”€ HelloWorld.tsx
β”‚   β”œβ”€β”€ index.html
β”‚   └── index.tsx
β”œβ”€β”€ package-lock.json
β”œβ”€β”€ package.json
β”œβ”€β”€ tsconfig.json
└── webpack.config.js

How to using?

Run this commands for create a react app

npm i -g @jmiranda1996/react-cra
react-cra my-app
cd my-app && npm start

Enjoy it πŸ˜„!