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.
- Host: GitHub
- URL: https://github.com/zaiste/huncwot-example-app
- Owner: zaiste
- Created: 2018-03-10T16:44:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T22:16:08.000Z (over 2 years ago)
- Last Synced: 2025-02-13T17:52:36.102Z (3 months ago)
- Topics: example-project, huncwot, huncwot-framework, restful-api, vue-router, vuejs, vuejs-start-demo, vuex-store
- Language: Vue
- Homepage: https://huncwot.org/
- Size: 2.39 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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.