0.0.8 • Published 5 years ago

@opsystech/lidar-template v0.0.8

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

Lidar basic schematic

With this repository you can create your lidar project reference easily. the template is based on lidar-client package. (to be used with lidar-server package)

Testing

fist create a fresh new angular project:

ng new  empty-angular --style=scss --routing=true

then add the lidar template

cd empty-angular
ng add lidar-template

and try it!:

ng serve

you should see a basic UI for later use.