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

https://github.com/zaiste/huncwot-example-app

An example of a Huncwot application.
https://github.com/zaiste/huncwot-example-app

example-project huncwot huncwot-framework restful-api vue-router vuejs vuejs-start-demo vuex-store

Last synced: about 2 months ago
JSON representation

An example of a Huncwot application.

Awesome Lists containing this project

README

        

# huncwot-example-app

> An example of a Huncwot application. This is what's being generated after running `huncwot new`.

## Usage

``` bash
npm install
```

```
huncwot db create
huncwot db setup
```

```
npm start
```

Visit `localhost:8080` for the frontend and `localhost:5544` for the backend.