net-suite frontend
Project setup
npm install
Development setup
- Generate API-Endpoints
NETDB_AUTH=<API-Token> python3 ./generate_base_model.py
- Create netvs-configuration
netvs.config.js
. Seenetvs.config.js.example
. - Run the development server
npm run serve
Compiles and minifies for production
npm run build
Run your tests
npm run test
Lints and fixes files
npm run lint