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
- Host: GitHub
- URL: https://github.com/kurosame/glossary-bk1
- Owner: kurosame
- License: mit
- Created: 2019-01-09T02:53:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-09T02:54:51.000Z (over 7 years ago)
- Last Synced: 2025-08-21T02:47:21.800Z (10 months ago)
- Language: TypeScript
- Homepage:
- Size: 419 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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