mirror of
https://github.com/sitn/geoshop-front.git
synced 2026-08-26 00:14:16 +00:00
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%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| e2e | ||
| src | ||
| .browserslistrc | ||
| .dockerignore | ||
| .editorconfig | ||
| .env.sample | ||
| .gitignore | ||
| angular.json | ||
| Dockerfile | ||
| httpd.conf.tmpl | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.spec.json | ||
| tslint.json | ||
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.