https://github.com/kurosame/glossary-bk3
Before transition to React Hooks and pages to containers
https://github.com/kurosame/glossary-bk3
Last synced: over 1 year ago
JSON representation
Before transition to React Hooks and pages to containers
- Host: GitHub
- URL: https://github.com/kurosame/glossary-bk3
- Owner: kurosame
- License: mit
- Created: 2020-03-25T08:57:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-25T08:59:15.000Z (over 6 years ago)
- Last Synced: 2025-02-03T04:26:57.471Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.27 MB
- 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
- Cypress
- Firebase
- CircleCI
## Usage(Local environment)
```sh
git clone https://github.com/kurosame/glossary.git
npm install
```
## Tasks
```sh
npm start # Run webpack-dev-server
npm run start:e2e # Run webpack-dev-server for E2E test
npm run build # Build for development
npm run build:production # Build for production
npm test # Unit test (Jest + vue-test-utils)
npm run test:ci # Unit test for CI
npm run e2e # E2E test (Cypress)
npm run e2e:ci # E2E test for CI
npm run e2e:run # Run Cypress for E2E test
npm run e2e:run:ci # Run Cypress for E2E test for CI
npm run clean:cache # Clear cache of webpack
npm run clean:dist # Clear dist directory
npm run clean:screenshots # Clear screenshots of Cypress
```
## License
MIT