linstrom/frontend-old-ember
mStar 88398334fe
JS frontend stuff
Move old ember frontend to properly named folder
Add vue based new frontend
2025-07-07 21:48:39 +02:00
..
.github/workflows JS frontend stuff 2025-07-07 21:48:39 +02:00
app JS frontend stuff 2025-07-07 21:48:39 +02:00
config JS frontend stuff 2025-07-07 21:48:39 +02:00
otherServerScreenshots JS frontend stuff 2025-07-07 21:48:39 +02:00
public JS frontend stuff 2025-07-07 21:48:39 +02:00
tests JS frontend stuff 2025-07-07 21:48:39 +02:00
translations JS frontend stuff 2025-07-07 21:48:39 +02:00
types JS frontend stuff 2025-07-07 21:48:39 +02:00
.editorconfig JS frontend stuff 2025-07-07 21:48:39 +02:00
.ember-cli JS frontend stuff 2025-07-07 21:48:39 +02:00
.eslintignore JS frontend stuff 2025-07-07 21:48:39 +02:00
.eslintrc.js JS frontend stuff 2025-07-07 21:48:39 +02:00
.gitignore JS frontend stuff 2025-07-07 21:48:39 +02:00
.prettierignore JS frontend stuff 2025-07-07 21:48:39 +02:00
.prettierrc.js JS frontend stuff 2025-07-07 21:48:39 +02:00
.stylelintignore JS frontend stuff 2025-07-07 21:48:39 +02:00
.stylelintrc.js JS frontend stuff 2025-07-07 21:48:39 +02:00
.template-lintrc.js JS frontend stuff 2025-07-07 21:48:39 +02:00
.watchmanconfig JS frontend stuff 2025-07-07 21:48:39 +02:00
biome.json JS frontend stuff 2025-07-07 21:48:39 +02:00
bun.lockb JS frontend stuff 2025-07-07 21:48:39 +02:00
ember-cli-build.js JS frontend stuff 2025-07-07 21:48:39 +02:00
package-lock.json JS frontend stuff 2025-07-07 21:48:39 +02:00
package.json JS frontend stuff 2025-07-07 21:48:39 +02:00
README.md JS frontend stuff 2025-07-07 21:48:39 +02:00
testem.js JS frontend stuff 2025-07-07 21:48:39 +02:00
TODOS.md JS frontend stuff 2025-07-07 21:48:39 +02:00
tsconfig.json JS frontend stuff 2025-07-07 21:48:39 +02:00

frontend-reactive

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-reactive
  • 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

  1. Build it (see point above)
  2. Build the Go server
  3. Now you have a binary with everything needed embedded into it ready to use