Skip to content

sitn/geoshop-front

Repository files navigation

Geoshop Frontend

This is meant to work with a geoshop-backend: https://github.com/sitn/geoshop-back

Requirements

  • Node >= 18
  • @angular/cli
  • typescript

Getting started without Docker

npm i

Copy src\assets\configs\config.json.tmpl to src\assets\configs\config.json in order to configure your app.

Typical values for dev purposes are:

  "apiUrl": "https://sitn.ne.ch/geoshop2_prepub_api",
  "mediaUrl": "https://sitn.ne.ch/geoshop2_prepub_media/images",

then:

npm start

With Docker:

An .env.sample is provided as an example.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published