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

https://github.com/f-lombardo/faq400-21nov

Web application using Ketch.UP library from Sme.UP
https://github.com/f-lombardo/faq400-21nov

Last synced: 2 months ago
JSON representation

Web application using Ketch.UP library from Sme.UP

Awesome Lists containing this project

README

        

# Commands

## Project setup

```
npm install
```

### Compiles and hot-reloads for development

```
npm run serve
```

### Compiles and minifies for production

```
npm run build
```

### Run your tests

```
npm run test
```

### Lints and fixes files

```
npm run lint
```

### Run your unit tests

```
npm run test:unit
```

# Details

## Linting & formatting

This project uses ESLint and Prettier by enforcing a common code style.
In vscode all files will be linted and formatted on-save.

## Editor

This project is best developed in VS Code.
See the [recommended extensions](https://code.visualstudio.com/docs/editor/extension-gallery#_workspace-recommended-extensions) and settings in `.vscode`.