linstrom/frontend-reactive
mStar b6ce6b7e2c no idea what I'm doing
added some sharkey screenshots for reference
stuff
2024-09-19 16:08:01 +02:00
..
.github/workflows ember didn't want to ember, so now it embers again 2024-09-18 13:49:23 +02:00
app no idea what I'm doing 2024-09-19 16:08:01 +02:00
config ember didn't want to ember, so now it embers again 2024-09-18 13:49:23 +02:00
otherServerScreenshots no idea what I'm doing 2024-09-19 16:08:01 +02:00
public ember didn't want to ember, so now it embers again 2024-09-18 13:49:23 +02:00
tests no idea what I'm doing 2024-09-19 16:08:01 +02:00
types no idea what I'm doing 2024-09-19 16:08:01 +02:00
.editorconfig ember didn't want to ember, so now it embers again 2024-09-18 13:49:23 +02:00
.ember-cli ember didn't want to ember, so now it embers again 2024-09-18 13:49:23 +02:00
.eslintignore ember didn't want to ember, so now it embers again 2024-09-18 13:49:23 +02:00
.eslintrc.js ember didn't want to ember, so now it embers again 2024-09-18 13:49:23 +02:00
.gitignore ember didn't want to ember, so now it embers again 2024-09-18 13:49:23 +02:00
.prettierignore ember didn't want to ember, so now it embers again 2024-09-18 13:49:23 +02:00
.prettierrc.js ember didn't want to ember, so now it embers again 2024-09-18 13:49:23 +02:00
.stylelintignore ember didn't want to ember, so now it embers again 2024-09-18 13:49:23 +02:00
.stylelintrc.js ember didn't want to ember, so now it embers again 2024-09-18 13:49:23 +02:00
.template-lintrc.js ember didn't want to ember, so now it embers again 2024-09-18 13:49:23 +02:00
.watchmanconfig ember didn't want to ember, so now it embers again 2024-09-18 13:49:23 +02:00
ember-cli-build.js uhh, lots of things in frontend 2024-09-19 13:50:04 +02:00
package-lock.json uhh, lots of things in frontend 2024-09-19 13:50:04 +02:00
package.json uhh, lots of things in frontend 2024-09-19 13:50:04 +02:00
README.md Readme, styling, test 2024-09-18 17:19:27 +02:00
testem.js ember didn't want to ember, so now it embers again 2024-09-18 13:49:23 +02:00
tsconfig.json ember didn't want to ember, so now it embers again 2024-09-18 13:49:23 +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

Specify what it takes to deploy your app.