An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# flowerShopUi

[![codecov](https://codecov.io/gh/yeukfei02/flowerShopUi/branch/master/graph/badge.svg)](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)