A working copy of the en_btr_frontend repo. I setup this fork so that I can workout issues and experiment with Gitlab's Merge and Pull Request strategy.
Go to file
Leonard Smith 02c7efecd5 Add missing transition to clicks on the word table 2020-12-18 09:29:55 -06:00
app Add missing transition to clicks on the word table 2020-12-18 09:29:55 -06: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 images needed by the new header and footer 2020-10-14 12:17:19 -05:00
support Got navigation working 2020-10-04 16:58:28 -05:00
tests Add route and template for words 2020-10-09 16:41:20 -05: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.