Read-only mirror of https://github.com/sitn/geoshop-front — Canton de Neuchâtel. Issues & pull requests at the source.
  • TypeScript 68.6%
  • HTML 21%
  • SCSS 8.8%
  • Go Template 1%
  • JavaScript 0.3%
  • Other 0.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2024-02-02 17:28:22 +01:00
e2e 10 core cli 2021-12-17 13:40:29 +01:00
src init front repo 2024-02-02 17:28:22 +01:00
.browserslistrc 10 core cli 2021-12-17 13:40:29 +01:00
.dockerignore dockerize frontend 2020-08-26 08:49:17 +00:00
.editorconfig front: initialize angular app 2020-03-09 18:17:56 +01:00
.env.sample init front repo 2024-02-02 17:28:22 +01:00
.gitignore 13 core cli 2021-12-17 15:33:29 +01:00
angular.json step 1 done 2023-09-28 14:57:22 +02:00
Dockerfile update node 2023-09-29 15:06:37 +02:00
httpd.conf.tmpl apache prod 2022-11-08 14:04:20 +01:00
package-lock.json remove unused test depedencies 2023-10-02 09:01:18 +02:00
package.json init front repo 2024-02-02 17:28:22 +01:00
README.md init front repo 2024-02-02 17:28:22 +01:00
tsconfig.app.json front: initialize angular app 2020-03-09 18:17:56 +01:00
tsconfig.json update angular 15 2023-09-28 15:13:26 +02:00
tsconfig.spec.json front: initialize angular app 2020-03-09 18:17:56 +01:00
tslint.json 10 core cli 2021-12-17 13:40:29 +01:00

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.