https://github.com/yeukfei02/flowershopui
Help you to record and find flower + shop
https://github.com/yeukfei02/flowershopui
flower react shop typescript
Last synced: 9 months ago
JSON representation
Help you to record and find flower + shop
- Host: GitHub
- URL: https://github.com/yeukfei02/flowershopui
- Owner: yeukfei02
- License: mit
- Created: 2020-04-26T09:01:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:20:23.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T01:27:02.771Z (11 months ago)
- Topics: flower, react, shop, typescript
- Language: TypeScript
- Homepage:
- Size: 339 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# flowerShopUi
[](https://codecov.io/gh/yeukfei02/flowerShopUi)
Help you to record and find flower + shop
## Requirement
- install yarn
- install node (v14+)
## Testing and run
```zsh
$ yarn
// development
$ yarn run dev
// production
$ yarn run production
// run test case
$ yarn run test
// use eslint and prettier to format code
$ yarn run lint
```
open localhost:5000
## Docker
```zsh
// build images and start container in one line
docker-compose up -d --build
// go inside container
docker exec -it /bin/bash
// check container logs
docker logs
// remove and stop container
docker-compose down
```
open localhost
## Contributing
Please refer to [CONTRIBUTING.md](https://github.com/yeukfei02/flowerShopUi/blob/master/CONTRIBUTING.md)