Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 390 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 390 Bytes

LibHaLo Demo Application - React.js (web)

This is the demonstrative project which provides the usage example of LibHaLo.

Run the project

Run the development server:

npm start

Create a production bundle:

npm run build

Note

Please review the LibHaLo documentation and React.js documentation for more details.