💻 React Webpack5 implementarion

This project is a React boilerplate made from scratch with Webpack 5.

Features

  • WebPack 5
  • Testing tools ( jest, react-testing-library )
  • ESlint
  • Sass compiler
  • yarn

Commands

Install dependencies

  $ yarn install 

Start Dev server:

  $ yarn start 

Build project

$ yarn build 

Run tests

$ yarn test