https://github.com/coderbyheart/asset-tracker-cloud-app-golioth
nRF Asset Tracker Web Application for Golioth
https://github.com/coderbyheart/asset-tracker-cloud-app-golioth
Last synced: 2 months ago
JSON representation
nRF Asset Tracker Web Application for Golioth
- Host: GitHub
- URL: https://github.com/coderbyheart/asset-tracker-cloud-app-golioth
- Owner: coderbyheart
- License: bsd-3-clause
- Created: 2021-12-07T16:51:31.000Z (about 4 years ago)
- Default Branch: saga
- Last Pushed: 2022-02-07T13:34:54.000Z (almost 4 years ago)
- Last Synced: 2025-07-21T08:53:12.725Z (5 months ago)
- Language: TypeScript
- Homepage: https://coderbyheart.github.io/asset-tracker-cloud-app-golioth/
- Size: 9.07 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# nRF Asset Tracker Web Application for Golioth
[](https://github.com/NordicSemiconductor/asset-tracker-cloud-app-golioth-js/actions)
[](https://github.com/semantic-release/semantic-release)
[](https://renovatebot.com)
[](https://mergify.io)
[](http://commitizen.github.io/cz-cli/)
[](https://github.com/prettier/prettier/)
[](https://github.com/typescript-eslint/typescript-eslint)
[](https://reactjs.org/)
[](https://getbootstrap.com/docs/5.0/)
[](https://github.com/css-modules/css-modules)
[](https://vitejs.dev/)
The nRF Asset Tracker Web Application for Golioth is a reference single-page
application (SPA) developed with [React](https://reactjs.org/) in
[TypeScript](https://www.typescriptlang.org/).
The UI components are themed using
[Bootstrap 5](https://getbootstrap.com/docs/5.0/) and
[CSS modules](https://github.com/css-modules/css-modules). All complex UI logic
is extracted using [React hooks](https://reactjs.org/docs/hooks-custom.html) to
allow re-use when changing the UI framework.
[Vite](https://vitejs.dev/) is used as the frontend toolchain.
> :information_source:
> [Read the complete nRF Asset Tracker documentation](https://nordicsemiconductor.github.io/asset-tracker-cloud-docs/).
## Set up
npm ci
## Running
npm start