https://github.com/vicainelli/fipe
https://github.com/vicainelli/fipe
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vicainelli/fipe
- Owner: vicainelli
- Created: 2019-11-26T18:48:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T16:32:58.000Z (about 3 years ago)
- Last Synced: 2024-12-28T04:47:12.973Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://volanty-app.netlify.com/
- Size: 1.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Challenge - Volanty
## Stack
[VueJS](https://vuejs.org/) for base of stack and components
- [Jest](https://github.com/axios/axios) for unit tests
- [Axios](https://jestjs.io/) for http requests
- [Tailwind CSS](https://tailwindcss.com/), a utility-first CSS framework
The wireframe and UI was built on [Figma](https://www.figma.com/file/nqCJ3onuNKHf9I9JiGdC6a/volanty?node-id=0%3A1).
### Project setup
```
yarn install
```
Compiles and hot-reloads for development
```
yarn serve
```
Compiles and minifies for production
```
yarn build
```
Run your unit tests
```
yarn test:unit
```
Run your end-to-end tests
```
yarn test:e2e
```
Lints and fixes files
```
yarn lint
```