mvc-template

command module
v0.0.0-...-29ef849 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 5, 2023 License: MIT Imports: 6 Imported by: 0

README

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.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL