Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/youngluo/react-boilerplate

A scalable react boilerplate.
https://github.com/youngluo/react-boilerplate

antd react redux typescript webpack5

Last synced: about 2 months ago
JSON representation

A scalable react boilerplate.

Awesome Lists containing this project

README

        

# React Boilerplate

[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

### dev

```
yarn start
```

### build

```
yarn build
```

### analyze

```
yarn analyze
```

## Q&A

### 1. If get the hint: The '.husky/pre-commit' hook was ignored because it's not set as executable. then execute the following command

```sh
chmod ug+x .husky/**
```