linstrom/frontend-src
2024-09-18 10:53:34 +02:00
..
.github/workflows sync for backup 2024-08-22 19:57:53 +02:00
app sync for backup 2024-08-22 19:57:53 +02:00
config sync for backup 2024-08-22 19:57:53 +02:00
public sync for backup 2024-08-22 19:57:53 +02:00
tests sync for backup 2024-08-22 19:57:53 +02:00
types sync for backup 2024-08-22 19:57:53 +02:00
.editorconfig sync for backup 2024-08-22 19:57:53 +02:00
.ember-cli sync for backup 2024-08-22 19:57:53 +02:00
.eslintignore sync for backup 2024-08-22 19:57:53 +02:00
.eslintrc.js sync for backup 2024-08-22 19:57:53 +02:00
.gitignore sync for backup 2024-08-22 19:57:53 +02:00
.prettierignore sync for backup 2024-08-22 19:57:53 +02:00
.prettierrc.js sync for backup 2024-08-22 19:57:53 +02:00
.stylelintignore sync for backup 2024-08-22 19:57:53 +02:00
.stylelintrc.js sync for backup 2024-08-22 19:57:53 +02:00
.template-lintrc.js sync for backup 2024-08-22 19:57:53 +02:00
.watchmanconfig sync for backup 2024-08-22 19:57:53 +02:00
ember-cli-build.js sync for backup 2024-08-22 19:57:53 +02:00
package-lock.json sync for backup 2024-08-22 19:57:53 +02:00
package.json Update license in frontend package.json 2024-09-18 10:53:34 +02:00
README.md sync for backup 2024-08-22 19:57:53 +02:00
testem.js sync for backup 2024-08-22 19:57:53 +02:00
tsconfig.json sync for backup 2024-08-22 19:57:53 +02:00

frontend-src

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 frontend-src
  • npm install

Running / Development

Code Generators

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

Running Tests

  • npm run test
  • npm run test:ember -- --server

Linting

  • npm run lint
  • npm run lint:fix

Building

  • npm exec ember build (development)
  • npm run build (production)

Deploying

Specify what it takes to deploy your app.