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

nullbeam/react-cra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 😄!

About

This is a custom CLI for initializate a react app

Resources

Stars

Watchers

Forks

Packages

No packages published