Go to file
Leonard Smith 4c22e35e2d Add favicon details to index.html 2021-03-31 15:12:52 -05:00
app Add favicon details to index.html 2021-03-31 15:12:52 -05:00
config Fix transition bug caused by <a href="#"></a> calling a separate action with transitionTo() 2020-10-06 17:06:12 -05:00
public add favicons 2021-03-17 11:45:00 -05:00
support Got navigation working 2020-10-04 16:58:28 -05:00
tests Add the nav-state-test.js file to the repo even though it does not do anything, yet. 2020-12-18 12:57:31 -06:00
vendor Initial Commit from Ember CLI v3.20.0 2020-08-21 15:13:47 -05:00
.editorconfig Initial Commit from Ember CLI v3.20.0 2020-08-21 15:13:47 -05:00
.ember-cli Initial Commit from Ember CLI v3.20.0 2020-08-21 15:13:47 -05:00
.eslintignore Initial Commit from Ember CLI v3.20.0 2020-08-21 15:13:47 -05:00
.eslintrc.js Initial Commit from Ember CLI v3.20.0 2020-08-21 15:13:47 -05:00
.gitignore Ignore Mac system files/folders 2020-10-04 16:58:45 -05:00
.template-lintrc.js Initial Commit from Ember CLI v3.20.0 2020-08-21 15:13:47 -05:00
.travis.yml Initial Commit from Ember CLI v3.20.0 2020-08-21 15:13:47 -05:00
.watchmanconfig Initial Commit from Ember CLI v3.20.0 2020-08-21 15:13:47 -05:00
README.md Initial Commit from Ember CLI v3.20.0 2020-08-21 15:13:47 -05:00
ember-cli-build.js Got navigation working 2020-10-04 16:58:28 -05:00
package.json Update some dependencies and add ember-lazy-image 2020-10-14 12:14:22 -05:00
testem.js Initial Commit from Ember CLI v3.20.0 2020-08-21 15:13:47 -05:00
yarn.lock Update some dependencies and add ember-lazy-image 2020-10-14 12:14:22 -05:00

README.md

gwt-frontend

This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd gwt-frontend
  • npm install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Linting

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.