Client Template
It is recommended to start client development with the osh-client-dev-template
repository.
info
You must have Node.js and npm installed.
Command to clone and run the template:
git clone https://github.com/opensensorhub/osh-client-dev-template.git
cd osh-client-dev-template
npm install
npm run dev