Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slicohp/reiz-tech
https://github.com/slicohp/reiz-tech
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/slicohp/reiz-tech
- Owner: SlicoHP
- Created: 2023-12-24T12:37:17.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-24T12:37:48.000Z (11 months ago)
- Last Synced: 2023-12-24T14:33:38.853Z (11 months ago)
- Language: Vue
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Documentation
Technical task.
The only issue I encountered is the dummy api endpoint doesn't have a filter query by Brand.
If neccessary I can filter the table data with ```javascript .filter() ```## Project Setup
Before start make sure you are using Node v18. I suggest a node version manager like [nvm](https://github.com/nvm-sh/nvm).
### Install dependencies using yarn
```sh
yarn install
```### Compile and Hot-Reload for Development
```sh
yarn dev
```### Run Unit Tests with [Vitest](https://vitest.dev/)
```sh
yarn test:unit
```