cra-template-chewhx

1.0.2 • Public • Published

cra-template-chewhx

This is a template for me to quickly jump into writing React applications in Typescript.

Install

npx create-react-app app-name --template chewhx

Folder Structure

.
├── public
│   ├── favicon.ico
│   ├── index.html
│   ├── logo192.png
│   ├── logo512.png
│   ├── manifest.json
│   └── robots.txt
├── src
│   ├── assets
│   ├── components
│   ├── hooks
│   ├── layouts
│   ├── modules
│   ├── providers
│   ├── routers
│   ├── views
│   ├── App.tsx
│   ├── index.tsx
│   ├── react-app-env.d.ts
│   ├── reportWebVitals.ts
│   └── setupTests.ts
├── README.md
└── gitignore

Pre-installed Packages

"axios": "^0.27.2",
"bootstrap": "^5.2.0-beta1",
"react-bootstrap": "^2.4.0",
"react-query": "^3.39.0",
"react-router-dom": "^5.3.3",
"sass": "^1.52.1",

Package Sidebar

Install

npm i cra-template-chewhx

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

30.7 kB

Total Files

25

Last publish

Collaborators

  • chewhx