Trier.hu website

Trier based utils

Various applications for people who live in Trier or Luxembourg.

Utilities for the people, experience for the developers.

  • ExpressJS
  • Mongoose
  • ES6 with Babel compiler
  • WebPack
  • Gulp
  • SASS
  • Slim
  • Twig

Trier.hu

Install

Dev

Install backend dependencies.

composer install

Install frontend dependencies.

npm install

Build site.

node_modules/.bin/gulp --dev

Run from local.

php -S localhost:8000 -t web/

Production

Install backend dependencies.

composer install --no-dev

Install frontend dependencies.

npm install

Build site.

node_modules/.bin/gulp --prod

Run from local.

php -S localhost:8000 -t web/