Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/celtian/demo-webpack-maplibre
Demo of Webpack & Maplibre
https://github.com/celtian/demo-webpack-maplibre
demo maplibre-gl webpack
Last synced: about 10 hours 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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-24T12:03:28.000Z (3 months ago)
- Last Synced: 2024-08-25T11:21:10.616Z (3 months ago)
- Topics: demo, maplibre-gl, webpack
- Language: TypeScript
- Homepage: https://celtian.github.io/demo-webpack-maplibre/
- Size: 2.28 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 - 2024 [Dominik Hladik](https://github.com/Celtian)
All contents are licensed under the [MIT license].
[mit license]: LICENSE