https://github.com/florianuphoff/rails-webpack-project
testproject for analysis
https://github.com/florianuphoff/rails-webpack-project
rails ruby webpack
Last synced: 5 months ago
JSON representation
testproject for analysis
- Host: GitHub
- URL: https://github.com/florianuphoff/rails-webpack-project
- Owner: florianuphoff
- Created: 2019-07-18T10:17:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T13:51:04.000Z (over 3 years ago)
- Last Synced: 2025-04-06T12:18:20.371Z (about 1 year ago)
- Topics: rails, ruby, webpack
- Language: CSS
- Size: 5.33 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rails webpack(er) project
Das Projekt dient zur Evaluation des Analyseplugins stylesheet-code-quality-webpack-plugin.
Das Projekt wurde mit der folgenden Hardware getestet:
macOS Mojave
Version 10.14.5 (18F132)
Modellname: MacBook Pro
Modell-Identifizierung: MacBookPro13,1
Prozessortyp: Intel Core i5
Prozessorgeschwindigkeit: 2 GHz
Anzahl der Prozessoren: 1
Gesamtanzahl der Kerne: 2
L2-Cache (pro Kern): 256 KB
L3-Cache: 4 MB
Hyper-Threading Technologie: Aktiviert
Speicher: 16 GB
# Konfiguration
Die Applikation kompilieren und den aktuellen SCSS Quellcode analysieren:
```bash
yarn run build:prod
```
Den Webpack-Dev-Server starten, um Assets über Webpack und nicht Sprockets ausliefern zu lassen:
```bash
yarn run start:dev
```
Rails-Server starten:
```bash
rails s
```
## Analysebericht aufrufen
Um den Bericht der Analyse anzusehen, folgende URL im Browser aufrufen:
http://localhost:3000/dashboard/#/