https://github.com/celtian/demo-webpack-maplibre
Demo of Webpack & Maplibre
https://github.com/celtian/demo-webpack-maplibre
demo maplibre-gl webpack
Last synced: 2 months ago
JSON representation
Demo of Webpack & Maplibre
- Host: GitHub
- URL: https://github.com/celtian/demo-webpack-maplibre
- Owner: Celtian
- License: mit
- Created: 2023-09-23T18:00:01.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-14T20:23:18.000Z (over 1 year ago)
- Last Synced: 2025-02-14T21:19:18.842Z (over 1 year ago)
- Topics: demo, maplibre-gl, webpack
- Language: TypeScript
- Homepage: https://celtian.github.io/demo-webpack-maplibre/
- Size: 2.85 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Demo Webpack Maplibre
## ๐ ๏ธ Instalation
Definitelly works with Node `v22.2.0` &ย yarn `1.22.21`
```
yarn install
```
_Consider to install vscode with recommended extensions in `.vscode/extensions.json` before you start_
_Consider to use `WSL` if you are developing on `Windows` to prevent unsupported commands in `package.json`._
## ๐ Development server
```
yarn start
```
_Go to `http://localhost:8080/`_
## ๐ฆ Build
```
yarn build
```
## ๐ Deploy
only via Github Pipelines
## ๐ชช License
Copyright ยฉ 2023 - 2025 [Dominik Hladik](https://github.com/Celtian)
All contents are licensed under the [MIT license].
[mit license]: LICENSE