TramwayJS
TramwayJS
    • Introduction
    • Setup
    • Concepts
      • Dependency Injection
      • N-Tier Architecture
      • Abstracted Data Providers
    • Components
      • Entity
      • Service
      • Factory
      • Repository
      • Provider
      • Policy
      • Controller
        • Restful Controller
        • Status Codes
      • Route
      • Command
    • CLI
      • Install
      • Build
      • Start
      • Create
        • API
        • Route
        • Controller
        • Service
        • Entity
        • Factory
        • Provider
        • Repository
      • Upgrade
        • Babel
    • Recipes
      • Restful API with HATEOAS
        • Setup
        • Create API
        • Add Sub Resource

TramwayJS
    • Introduction
    • Setup
    • Concepts
      • Dependency Injection
      • N-Tier Architecture
      • Abstracted Data Providers
    • Components
      • Entity
      • Service
      • Factory
      • Repository
      • Provider
      • Policy
      • Controller
        • Restful Controller
        • Status Codes
      • Route
      • Command
    • CLI
      • Install
      • Build
      • Start
      • Create
        • API
        • Route
        • Controller
        • Service
        • Entity
        • Factory
        • Provider
        • Repository
      • Upgrade
        • Babel
    • Recipes
      • Restful API with HATEOAS
        • Setup
        • Create API
        • Add Sub Resource
TramwayJS

Start

Github logo Edit on GitHub

In most projects you will likely set up a server to run your project with. To get you started quickly, this module includes a dev server which can watch and auto-build on changes if you specify it.

Example

tramway start
Previous
Build
Next
Create
  • CONTENTS
  • Example