Code Monkey home page Code Monkey logo

fastj-groovy-template's Introduction

FastJ Groovy Template Program

Requirements

Initial Setup

Download the Template

You have a few options for getting the template:

Create from Template - Recommended for Beginners

  1. Click the "Use This Template" button at the top of this project. Leave everything on the project creation screen as is, and hit "Create repository from template". image image

  2. Download your project from GitHub:

    • via terminal: git clone https://github.com/yourgithubusername/yourprojectname
    • or by downloading the ZIP file, specified under the "↓Code" button. image

Clone the template directly

  1. Clone the repository via terminal: git clone https://github.com/lucasstarsz/fastj-java-template

Downloading the latest release

Download the archive (.zip file, or tar.gz file) from https://github.com/lucasstarsz/fastj-java-template/releases/latest

Running the Program

  1. Build the program:
    ./gradlew build
  2. Run the template program:
    ./gradlew run

General Usage

Generating Installer/Executable

  1. Build the program:
    ./gradlew build
  2. Create the executable:
    ./gradlew jpackage 
  3. The executable and installer files will be found in build/jpackage.

Having trouble using gradlew? Read this.

Learning FastJ

Check out the following links to learn how to use FastJ:

Configuring the Project Variables

Please view the build.gradle file -- it contains general instructions for modifying the base example.

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.