9.0.0 • Published 4 years ago

@harpocrates/frontend v9.0.0

Weekly downloads
2
License
MIT
Repository
gitlab
Last release
4 years ago

@harpocrates/frontend

This is the ReactJS frontend for the Harpocrates application

  • Package version: 9.0.0

Installation

For Node.js

npm

To publish the library as a npm, please follow the procedure in "Publishing npm packages".

Then install it via:

npm install @harpocrates/frontend --save

Finally, you need to build the module:

npm run build
Local development

To use the library locally without publishing to a remote npm registry, first install the dependencies by changing into the directory containing package.json (and this README). Then run:

npm install

Lastly start the development server using

npm run dev

git

If the library is hosted at a git repository, e.g.https://github.com/GIT_USER_ID/GIT_REPO_ID then install it via:

    npm install GIT_USER_ID/GIT_REPO_ID --save

Docker container

A prebuilt docker container for this application is available here