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

https://github.com/vicainelli/eaik-store


https://github.com/vicainelli/eaik-store

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# WebApp Stater

Complete boilerplate for web development

- [VueJS](https://vuejs.org/)
- [Tailwdin CSS](https://tailwindcss.com/)

## 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
```