Developer Resources
Home / Knowledge Base / Developers
Quick reference and guides for developers working with Neuron ERP.
Quick Start
- Getting Started Guide - Set up your development environment and run the application locally
Complete Documentation
For comprehensive development documentation, see:
- Development Guide - Complete development standards and practices
- System Architecture - Technical architecture and design patterns
Quick Reference
Prerequisites
- .NET 8.0 SDK
- PostgreSQL 17+
- Visual Studio 2022 or VS Code
- DevExpress Blazor License (active subscription required)
- Docker (optional)
DevExpress Components
This project uses DevExpress Blazor UI Components:
- Component Library: DevExpress.Blazor v24.1.6
- Reporting: DevExpress.Blazor.Reporting.Viewer
- Rendering: DevExpress.Drawing.Skia
Note: DevExpress subscription required. Get trial at devexpress.com/blazor
Quick Setup
# Clone repository
git clone https://git.neuron.id/research/erp
cd erp
# Restore packages
dotnet restore
# Update database
dotnet ef database update
# Run application
dotnet run --project Neuron_ERP
Project Structure
Neuron ERP/
|-- Neuron_ERP/ # Main Blazor Server app
|-- NeuronLibrary/ # Business logic
|-- NeuronLibraryUI/ # UI components
+-- Tests/ # Unit tests
Developer Tools
Recommended Extensions
- C# (VS Code / Visual Studio)
- Blazor WASM Debugging (VS Code)
- DevExpress Blazor Components (installed via NuGet)
- DevExpress Project Templates (Visual Studio extension - optional)
Database Tools
- pgAdmin 4
- Azure Data Studio
- DBeaver
- PostgreSQL command line tools
Links
- User Getting Started - End-user guide
- Installation Guide - Deployment guide
- Navigation - Complete documentation sitemap
Part of: Knowledge Base
Last Updated: January 2026