iris-contrib / mvc-template

Iris MVC project template

Home Page:https://github.com/kataras/iris-cli

Repository from Github https://github.comiris-contrib/mvc-templateRepository from Github https://github.comiris-contrib/mvc-template

Iris MVC Application Template

build status report card

This is a project template for Iris MVC apps.

Prerequisites

You will need to have:

  • Iris CLI installed to run the iris-cli command.
  • Node.js to build the frontend application.

Get started

Install the template with Iris CLI:

iris-cli new --module=my-app mvc

Install the dependencies and build the MVC app manually with Rollup...

cd app
npm install
npm run build

...then start the Iris web server:

cd ../
go run main.go

Navigate to localhost:8080. You should see your app running.

About

Iris MVC project template

https://github.com/kataras/iris-cli

License:MIT License


Languages

Language:Go 70.7%Language:JavaScript 12.3%Language:TypeScript 11.7%Language:HTML 5.3%