GithubHelp home page GithubHelp logo

joxebus / grailsworkshop Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 623 KB

This is the base project for Grails Workshop with Grails 4.X

License: Apache License 2.0

JavaScript 80.11% CSS 12.95% Groovy 4.28% Shell 1.76% Batchfile 0.89%

grailsworkshop's Introduction

GrailsWorkshop Project

Build Status

This project it's aimed for those people that wants to learn how to create an app with Grails 4.x

It will be divided on different branches to learn about different things

If you are using IntelliJIDEa open the project and select the options:

  • Use auto-import
  • Create directories for empty content roots automatically
  • Create separate module per source set

and finally

  • Use default gradle wrapper

Technologies

  • Grails 4.0.4
  • Gradle 5.6.4

Structure of the project

.
├── README.md
├── build.gradle
├── grails-wrapper.jar
├── gradle.properties
├── gradlew
├── gradlew.bat
├── grailsw
├── grailsw.bat
├── gradle
│   └── wrapper
│       ├── gradle-wrapper.jar
│       └── gradle-wrapper.properties
├── grails-app
│   ├── assets
│   │   ├── images
│   │   ├── javascripts
│   │   └── stylesheets
│   ├── conf
│   │   ├── application.yml
│   │   ├── logback.groovy
│   │   └── spring
│   │       └── resources.groovy
│   ├── controllers
│   │   └── grailsworkshop
│   │       └── UrlMappings.groovy
│   ├── domain
│   ├── i18n
│   ├── init
│   │   └── grailsworkshop
│   │       ├── Application.groovy
│   │       └── BootStrap.groovy
│   ├── services
│   ├── taglib
│   ├── utils
│   └── views
│       ├── error.gsp
│       ├── index.gsp
│       ├── layouts
│       │   └── main.gsp
│       └── notFound.gsp
└── src
    ├── integration-test
    │   ├── groovy
    │   └── resources
    │       └── GebConfig.groovy
    ├── main
    │   ├── groovy
    │   └── webapp
    └── test
        └── groovy

Run tests

For MacOS and Linux

./gradlew test

or for Windows

gradlew.bat test

grailsworkshop's People

Contributors

joxebus avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.