cra-template-reacttype

1.0.2 • Public • Published

this project was created from of Create React App with cra-template-typescript

Description

Basic template to create of application with the configuration of typescript and eslint.

Usage

npx create-react-app %PROJECT_NAME% --template reacttype

# or

yarn create react-app %PROJECT_NAME% --template reacttype

npx command installs most recent stable version of CRA from npm. --template parameter points to this template, note that cra-template- prefix is omitted.

Includes

  • styled-components: Library used to styled of CSS.
  • axios: Promise based HTTP client for the browser and node.js.
  • eslint: is a tool for identifying and reporting on patterns found in ECMAScript/JavaScript code.
  • react-router-dom: used to create of routes.
  • prettier: An opinionated code formatter.

License

Licensed under the MIT license.

Package Sidebar

Install

npm i cra-template-reacttype

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

25 kB

Total Files

15

Last publish

Collaborators

  • janapc