epress node Development Setup
Local setup for developing and validating epress node implementation.
epress world protocol
OpenCollapsed while browsing epress node docs.
epress node Developer Docs
Local setup for developing and validating epress node implementation.
git clone https://github.com/epressworld/epress.git
cd epress
npm install| Command | Purpose |
|---|---|
| npm run dev | Run development server |
| npm run build | Build client app |
| npm run start | Run production server |
| npm run migrate | Apply database migrations |
| npm test | Run Ava test suite |