Socket
Socket
Sign inDemoInstall

cra-template-richards-typescript

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cra-template-richards-typescript

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


Version published
Weekly downloads
3
increased by200%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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:

Keywords

FAQs

Last updated on 27 Oct 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc