/digital-display-garden-iteration-2-spraguesanborn

digital-display-garden-iteration-2-spraguesanborn created by GitHub Classroom

Primary LanguageJavaMIT LicenseMIT

UMM CSci Production Template

Based on Lab #4

Build Status

This is a modification of Lab #4 which includes a slightly different gradle configuration

Setup

Cloning the project inside IntelliJ:

  • When prompted to create a new IntelliJ project, select yes.
  • Select import project from existing model and select Gradle.
    • Make sure Use default Gradle wrapper is selected.
  • Click Finish.

‼️ 🔥 If IntelliJ ever prompts you to compile typescript files into javascript say no!. Doing this will confuse webpack and break the client side of your project during build. No permanent damage will be done, but it's pretty annoying to deal with.

Running your project

ToDo: Write this section

Testing and Continuous Integration

Turn on your repo in Travis CI, replace the build status image in this README, and push your changes. That will trigger a build with Travis.

Resources