Quickstart

Get your εύνσρϐΡ project up and running

Choose your workflow

Get Started in 3 Steps

1

Create Project

Initialize a new project using the εύνσρϐΡ command-line interface.

$ εύνσρϐΡ create-project my-app
Creating new project in /my-app...
✓ Project initialized
✓ Dependencies installed
✓ Development server started on http://localhost:3000
2

Start Development

Local Development

Live reload on code changes
Hot module replacement
$ cd my-app
$ npm run dev
✓ Development server running at:
  - http://localhost:3000 (Copied to clipboard)
3

Verify Installation

Check Version

$ εύνσρϐΡ --version
εύνσρϐΡ CLI v3.4.0

Test Build

$ εύνσρϐΡ build
✓ Building for production...
✓ Created dist/ folder with 728 optimized files

Next Steps

Authentication Guide

Secure your application with OAuth 2.0 and API tokens

Webhooks Setup

Receive real-time notifications from εύνσρϐΡ

API Reference

Explore the complete REST API documentation