nrfcloud-web-frontend
v1.0.4
Published
This is a very basic application to act as a basic landing view for unauthenticated nRF Cloud viewers.
Readme
nRFcloud.com
This is a very basic application to act as a basic landing view for unauthenticated nRF Cloud viewers.
You can build and run the frontend Web interface on your own system (Linux-based, Mac, or Windows).
Running the frontend on your system
- If the app has not been installed, run
npm run ci. npm startruns Vite and the application on port4174.npm run buildbuilds the deployable version of the application in a dist directory.npm run previewruns the preview version of the application on port5174.
