Coder Social home page Coder Social logo

thoreyjona / chuck_joke Goto Github PK

View Code? Open in Web Editor NEW

This project forked from arnlaugsson/chuck_joke

0.0 2.0 0.0 180 KB

Sample program used to show students Gradle in action. Based of github.com/joningis/hugb_hello_world for continuing work.

Shell 4.51% Batchfile 5.53% Java 21.38% HTML 68.58%

chuck_joke's Introduction

Build Status

chuck_joke

(T-303-HUGB, Hugbúnaðarfræði, 2016-3)

Sample program used to show students Gradle in action. Based on Jón Ingi's Hello World Gradle app.

Project content

  • build.gradle (The gradle build file that we use)
  • gradle (Folder containing the gradle wrapper)
  • gradlew (Linux/Unix script to run the gradle wrapper)
  • gradlew.bat (Windows script to run the gradle wrapper)
  • settings.gradle (Settings file for gradle, not used in our example, can for example contain definitions if we have multiple projects)
  • src (Source folder for our code)

Getting started

  1. Fork this repo to your own account (or organization's account).
  2. Clone this repo to your computer
    • Using https: git clone https://github.com/YOUR-GITHUB/chuck_joke.git
    • Or, better yet, using ssh: git clone [email protected]:YOUR-GITHUB/chuck_joke.git
  3. Make sure it runs on your setup: ./gradlew check or gradlew.bat check if you are running on Windows.
  4. If everything is OK, you can use the scripts in the bin/ folder to compile, package, run or deploy.
  5. To make the server run on a different port, other than 4567, you'll need to do export PORT=1337 (for port 1337 on *nix computers) or set PORT=1337 on Windows.

chuck_joke's People

Contributors

arnlaugsson avatar joningis avatar thoreyjona 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.