Skip to content

janapc/cra-template-reacttype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published