https://github.com/kurosame/react-boilerplate-bk2
Status before transition from Puppeteer to Cypress
https://github.com/kurosame/react-boilerplate-bk2
Last synced: about 1 year ago
JSON representation
Status before transition from Puppeteer to Cypress
- Host: GitHub
- URL: https://github.com/kurosame/react-boilerplate-bk2
- Owner: kurosame
- License: mit
- Created: 2019-03-06T06:27:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-06T06:35:21.000Z (over 7 years ago)
- Last Synced: 2025-02-03T04:26:55.259Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 541 KB
- Stars: 0
- Watchers: 1
- 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 # Run webpack-dev-server
yarn start:mock # Run mock
yarn start:server # Run server
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:cache # Clear cache of webpack
yarn clean:dist # Clear dist directory
```
## Mock
Mock server is start at port 3000 when the `yarn start`\
You can check the redux-saga sample\
Also, you can edit fixtures/mock.json\
using https://github.com/typicode/json-server
## License
MIT