Frontend
This is our official fancy stock frontend (TM), which you can use to manage your Chaosinventory.
Getting started
Prerequisites
You should have nodejs installed on your system. Information on how to install nodejs can be found here.
Installation
You can get the Chaosinventory frontend up and running by:
Changing to the frontend directory
cd src/project-staticInstalling the dependencies
npm install
Running the frontend in developer mode
npm start
Building
Chaosinventory Frontend can be built by executing the following command:
npm run build
This will compile and bundle all required assets into a folder named src/project-static/dist, which contains all assets needed to serve the application over a web server or CDN.