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

https://github.com/zeknoss/mlite-assignment


https://github.com/zeknoss/mlite-assignment

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# mailerlite assignment

Hi!

Thank you for the assignment. It was fun. Hope you like it.

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Type-Check, Compile and Minify for Production

```sh
npm run build
```

### Lint with [ESLint](https://eslint.org/)

```sh
npm run lint
```