bahnzumberg / zuugle-suchseite

Public repository for www.zuugle.at
https://www.zuugle.at
GNU General Public License v3.0
6 stars 10 forks source link
alps austria bus france germany hiking italia mountains non-profit nonprofit nonprofit-organization nonprofit-organizations nonprofits public-transport slovenija switzerland train

Zuugle Suchseite

First time installation

Install all modules

Execute in the project directory:

nvm use

npm install

and install all dependencies.

Run frontend with local backend

Prepare API

Follow the steps described at https://github.com/bahnzumberg/zuugle-api#zuugleat-api

Execute frontend locally

npm run start

This will run the frontend in a browser on http://localhost:3000

Run frontend with remote backend

npm run start-remote-api