Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 966 Bytes

README.md

File metadata and controls

51 lines (31 loc) · 966 Bytes

Default React Boilerplate

This project uses combination of React, Webpack.

Prerequisites

The application requires Node, recommended version is 20.

Typing system

All code uses TypeScript as a standard for static typing.

Package Manager

As a default package manager NPM is used.

Scripts

Run dev server and start development.

start

Type-Check, Compile and Minify for Production with Webpack

build

Run Unit Tests with Jest

test

Lint with ESLint

lint

Prettier with Prettier

format

Component styling methodology

All components use SCSS methodology and have the same structure. It makes development more predictive, readable and simple.