Page Navigation

epress world protocol

Open

Collapsed while browsing epress node docs.

epress node Development Setup

Local setup for developing and validating epress node implementation.

Prerequisites

  • Node.js 20+
  • npm
  • Git

Bootstrap

git clone https://github.com/epressworld/epress.git
cd epress
npm install

Core Commands

CommandPurpose
npm run devRun development server
npm run buildBuild client app
npm run startRun production server
npm run migrateApply database migrations
npm testRun Ava test suite