New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

typescript-react

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript-react

typescript react starter

latest
npmnpm
Version
0.2.2
Version published
Weekly downloads
32
-17.95%
Maintainers
1
Weekly downloads
 
Created
Source

Typescript React

A one line command to install a typescript + react application. It runs on node v12.

Install

npx typescript-react
Screenshot 2020-02-03 at 00 27 24

Start

npx typescript-react hello-world
cd hello-world
npm start

What's inside?

  • Babel: A compiler for writing next generation JavaScript.
  • Commitlint: Lint commit messages.
  • Eslint: Find and fix problems in your JavaScript code.
  • Husky: Git hooks made easy.
  • Jest: Delightful JavaScript Testing.
  • Nyc: Track how well your unit-tests exercise your codebase.
  • Prettier: Prettier is an opinionated code formatter.
  • React + React Dom: Declarative, efficient, and flexible JavaScript library for building user interfaces.
  • React Testing Library: React DOM testing utilities that encourage good testing practices.
  • Sass: CSS with superpowers.
  • Storybook: Development environment for UI components.
  • Typedoc: Documentation generator for TypeScript projects.
  • Typescript: Superset of JavaScript that compiles to clean JavaScript output.
  • Webpack: Bundle JavaScript files for usage in a browser.

Configurations files

Libraries such as babel, husky, commitlint and eslint use comsmiconfig to load their corresponding configurations. The configuration file could be one of the following:

  • a package.json property
  • a JSON or YAML, extensionless "rc file"
  • an "rc file" with the extensions .json, .yaml, .yml, or .js.
  • a .config.js CommonJS module

FAQs

Package last updated on 04 Oct 2022

Did you know?

Socket

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