Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/youngluo/react-boilerplate
- Owner: youngluo
- Created: 2017-03-10T01:57:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:13:31.000Z (about 2 years ago)
- Last Synced: 2023-03-01T19:25:48.469Z (almost 2 years ago)
- Topics: antd, react, redux, typescript, webpack5
- Language: TypeScript
- Homepage:
- Size: 2.21 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: readme.md
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/**
```