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

https://github.com/djwinston/simpletodo

๐Ÿงพ simpletodo / ๐Ÿ’ป api koa / ๐Ÿ–ผ bulma / ๐Ÿ’พ vuex
https://github.com/djwinston/simpletodo

Last synced: 13 days ago
JSON representation

๐Ÿงพ simpletodo / ๐Ÿ’ป api koa / ๐Ÿ–ผ bulma / ๐Ÿ’พ vuex

Awesome Lists containing this project

README

        

# simpletodo

## Project setup

```php
npm install
```

### Run NodeJS server

```php
npm run server
```

### Compiles and hot-reloads for development

```php
npm run serve
```

### Compiles and minifies for production

```php
npm run build
```

### Run your unit tests

```php
npm run test:unit
```

### Lints and fixes files

```php
npm run lint
```