1.0.3 • Published 1 year ago

cra-template-ego-typescript v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

✨CRA Template with Typescript + useful Libraries

Commitizen friendly semantic-release npm

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