acady
  • Welcome
  • Quick start
  • Lifecycle
    • Create
    • Bootstrap
    • Develop
    • Deploy
    • Manage
  • Commands
  • Templates
  • Configuration
  • Examples
    • Task Worker on AWS Lambda
    • Gatsby Site on Vercel
    • REST Api on Cloudflare Workers
  • Troubleshooting
  • Integrations
    • API Builder
      • AcadyApiRequest
      • AcadyApiResponse
Powered by GitBook
On this page
  • Installation
  • Create your first component

Was this helpful?

Quick start

PreviousWelcomeNextLifecycle

Last updated 4 years ago

Was this helpful?

Installation

Install acady as global module

$ npm i -g acady
$ yarn global add acady

Create your first component

Lets's start with creating your first component

$ acady create

This command starts the interface to guide you through the process of creating a new component.

create