|
|
vor 3 Jahren | |
|---|---|---|
| src | vor 3 Jahren | |
| test | vor 3 Jahren | |
| .browserslistrc | vor 3 Jahren | |
| .gitignore | vor 3 Jahren | |
| LICENSE | vor 3 Jahren | |
| README.md | vor 3 Jahren | |
| angular.json | vor 3 Jahren | |
| custom-webpack.config.js | vor 3 Jahren | |
| karma.conf.js | vor 3 Jahren | |
| package-lock.json | vor 3 Jahren | |
| package.json | vor 3 Jahren | |
| tsconfig.app.json | vor 3 Jahren | |
| tsconfig.json | vor 3 Jahren | |
| tsconfig.spec.json | vor 3 Jahren |
This is a project template for HSLayers-NG "full" apps. It lives at https://github.com/jmacura/template-hslayers.
To create a new project based on this template use degit:
npx degit jmacura/template-hslayers hslayers-app
cd hslayers-app
Note that you will need to have Node.js installed.
Install the dependencies...
cd hslayers-app
npm install
Note that if you have npm < 7 you need to intall peer-dependencies manually.
...then start Angular dev server:
npm run dev
Navigate to localhost:4200. You should see your app running. Edit a component file in src, save it, and the page should reload with your changes.
Idea for this project template was taken from https://github.com/sveltejs/template-webpack. Kudos to its authors.