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

https://github.com/kurosame/glossary-bk1

Status before react-redux connect is changed from parent component to child component
https://github.com/kurosame/glossary-bk1

Last synced: 7 months ago
JSON representation

Status before react-redux connect is changed from parent component to child component

Awesome Lists containing this project

README

          

# React Boilerplate

## Usage

```sh
git clone https://github.com/kurosame/react-boilerplate.git
yarn install
```

## Tasks

```sh
yarn start # webpack-dev-server localhost:8000
yarn build # Build for development
yarn build:production # Build for production
yarn test # Unit test (jest + enzyme)
yarn test:ci # Unit test for CI
yarn e2e # E2E test (jest + puppeteer)
yarn e2e:ci # E2E test for CI
yarn clean # Clear the dist directory
```

## Hot Module Replacement

```sh
yarn start --hot
```

## Mock

Mock server is start at port 3000 when the `yarn start`\
You can check the redux-saga sample\
Also, you can edit mock.js\
using https://github.com/jaywcjlove/webpack-api-mocker

## License

MIT