EveryDataStore Frontend NPM Package Installation Guide

For a quick start with EveryDataStore-Frontend, you can use the official npm package everydatastore-frontend.

This CLI tool helps you rapidly set up the EveryDataStoreFrontend by cloning the official Angular-based project, installing all necessary dependencies, and preparing it for development or deployment.

Simply run the following commands to quickly install and launch your EveryDataStore-Frontend:

npx everydatastore-frontend my-project
cd my-project
npm install
ng serve --port 8686