Skip to content

Gohan Web UI s javascript based webui project for Gohan. MVC will be auto generated based on Gohan schema

License

Notifications You must be signed in to change notification settings

hari-sk/gohan_webui

 
 

Repository files navigation

Gohan Web UI

Web UI project for Gohan project (https://github.com/cloudwan/gohan)

Join the chat at https://gitter.im/cloudwan/gohan

Getting started

See getting started in Gohan

https://github.com/cloudwan/gohan

Setup development environment

  • Run gohan server
  • Install npm dependencies
    $ npm install
  • Copy configurations files
    $ cp app/config.json.sample app/config.json
  • Build application for development
    $ npm run build-dev
  • Start dev server with auto refresh and options. Learn more about options, read the official document.
    $ npm run dev-server
    $ npm run dev-server -- --host 0.0.0.0 --https
  • Server starts on
    http://localhost:8080/
  • Start tests
    $ npm run test
  • Build application for production
    $ npm run build

About

Gohan Web UI s javascript based webui project for Gohan. MVC will be auto generated based on Gohan schema

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 60.2%
  • CSS 32.7%
  • HTML 6.4%
  • Other 0.7%