cra-template-ego-typescript
v1.0.3
Published
My custom CRA template with TS
Downloads
2
Maintainers
Readme
✨CRA Template with Typescript + useful Libraries
This template including
- React v18
- Typescript
- CSS-in-JS Modules: Styled-components
- Router: react-router-dom
- HTTP Asynchronous communication: axios
- Automatic formatting with ESLint + Prettier
- Folder structure inspired by atomic design pattern
- Configure path alias with Craco (you can also overwrite config settings)
Usage
npx create-react-app your-project-name --template ego-typescript
# or
yarn create react-app your-project-name --template ego-typescript