Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 492 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 492 Bytes

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