Skip to content

ArnaudGathy/cra-typescript-boilerplate

Repository files navigation

CRA Typescript boilerplate

Description

This is a boilerplate project created using CRA TypeScript template, it includes the most used packages and config on my React TS projects.

Dev tools

  • Prettier
  • ESLint
  • Pre-commit hooks with Husky and Lint-staged
  • A simple Docker config

Packages

  • Axios
  • i18n
  • React-router
  • Styled-components

Others

  • CSS reset
  • Roboto font (regular, bold, italic)

Commands

This project uses Yarn

  • Install deps : yarn
  • Run project : yarn start
  • Build the project : yarn build

Docker

  • Build the docker image : yarn docker:build
  • Start the docker image : yarn docker:run

About

Boilerplate project using the CRA TypeScript template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published