@super-effective/cra-template-structured-ts

1.1.1 • Public • Published

Structured TypeScript CRA Template

A TypeScript Create React App template with . The official template was used for reference.

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

npx create-react-app my-app --template @super-effective/structured-ts

# or

yarn create react-app my-app --template @super-effective/structured-ts

Included In This Template

  • Starter app structure and configuration:
    .scaffs/                # Scaffolding templates
    public/                 # Starter public files (index.html, favicon, etc. - from the official template)
    src/
      apps/                 # For the root application
      components/           # Directory for components (includes example component)
      styles/               # Global / Shared styles
      index.tsx             # The entry point
      .eslintrc.json        # ESLint rules setup for Prettier and TypeScript
      .prettierrc.js        # Prettier config
      tsconfig.eslint.json  # TypeScript config for ESLint
      tsconfig.json         # TypeScript config
    
  • Prettier and corresponding ESLint configuration
  • Scaffolding for TypeScript components (for the Scaffs Visual Studio Code Extension)

Package Sidebar

Install

npm i @super-effective/cra-template-structured-ts

Weekly Downloads

1

Version

1.1.1

License

MIT

Unpacked Size

29 kB

Total Files

38

Last publish

Collaborators

  • atomicjon