Skip to content

[Webpack] React with Typescript and Emotion template

Notifications You must be signed in to change notification settings

orta-sanz/react-webpack-template

Repository files navigation

React - Webpack GitHub template

Techs

  • React 18
  • Webpack 5
  • Emotion
  • Typescript

How to

  • First use yarn install. If you don't want to use yarn you can remove the yarn.lock file and then use npm install
  • yarn start will watch files and start a local dev server
  • yarn build. The name says it all :)
  • yarn test for Jest to start.
    • yarn test --watch to start watching file changes
    • yarn test --coverage if you want to generate a coverage report. This report will be saved inside .reports folder.

React Testing Library

We are using react-testing-library

Simple and complete React DOM testing utilities that encourage good testing practices.

ToDo

  • Husky and Lintstage (with Commitizen)

About

[Webpack] React with Typescript and Emotion template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published