Skip to content

Latest commit

 

History

History
47 lines (42 loc) · 1011 Bytes

README.md

File metadata and controls

47 lines (42 loc) · 1011 Bytes

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",