cra-template-richards-typescript

1.0.0 • Public • Published

cra-template-richards-typescript

Richard's TypeScript template for Create React App. Same as cra-template-typescript but better :)!

Differences to cra-template-typescript are:

  • build directory is also copied to output, this is helpful for some build systems.
  • The homepage property is package.json is set to ".".
  • Does not include the placeholder files: logo.svg, robots.txt, App.css, App.test.tsx, reportWebVitals.ts.
  • App.tsx and index.html are stripped back, they have no visible content.
  • Indenting is with tabs not spaces (with .editorconfig).

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

For example:

npx create-react-app my-app --template richards-typescript

# or

yarn create react-app my-app --template richards-typescript

For more information, please refer to:

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i cra-template-richards-typescript

      Weekly Downloads

      1

      Version

      1.0.0

      License

      MIT

      Unpacked Size

      6.63 kB

      Total Files

      11

      Last publish

      Collaborators

      • drahcir