https://github.com/kurosame/glossary-bk2
Status before transition from Puppeteer to Cypress
https://github.com/kurosame/glossary-bk2
Last synced: over 1 year ago
JSON representation
Status before transition from Puppeteer to Cypress
- Host: GitHub
- URL: https://github.com/kurosame/glossary-bk2
- Owner: kurosame
- License: mit
- Created: 2019-03-06T08:49:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-06T08:50:01.000Z (over 7 years ago)
- Last Synced: 2025-02-03T04:27:37.950Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 428 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Glossary App
https://glossary-kurosame.firebaseapp.com
Deploy to Firebase Hosting is done on CircleCI
## Technology stack
- React
- Redux
- Ducks(Design pattern)
- TypeScript
- styled-components
- Material-UI
- Firebase
- CircleCI
## Usage(Local environment)
```sh
git clone https://github.com/kurosame/glossary.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
```
## License
MIT