1.4.0 • Published 3 years ago

cra-template-pandora v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

cra-template-pandora

This is the TypeScript template for Create React App.

To use this template, add --template pandora when creating a new app.

For example:

npx create-react-app my-app --template pandora

# or

yarn create react-app my-app --template pandora

Your project layout should look like the following

my-app/
├─ .vscode/
│  ├─ react.code-snippets
│  └─ settings.json
├─ node_modules/
├─ public/
├─ src/
│  ├─ __tests__/
│     └─ ...
│  ├─ styles/
│     └─ ...
│  ├─ App.tsx
│  ├─ index.tsx
│  ├─ react-app-env.d.ts
│  ├─ reportWebVitals.ts
│  └─ setupTests.ts
├─ .editorconfig
├─ .env.local
├─ .eslintignore
├─ .eslintrc.json
├─ .releaserc
├─ .craco.config.js
├─ .gitignore
└─ .Makefile
└─ .paths.json

Differential

  • styled components
  • semantic release
  • eslint
  • prettier
  • commitizen
  • husky
  • custom paths

Note

For custom paths to work, you need to extend tsconfig.paths.json on tsconfig.json

{
  "extends": "./tsconfig.paths.json",
  ...
}

For more information, please refer to:

1.4.0

3 years ago

1.2.0

3 years ago

1.2.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago