The easiest way to get started is by using one of our “Deploy to Edgio” buttons.
Edgio supports many frameworks out of the box. Choose from two of the most popular frameworks below, or expand the menu item for Frameworks and choose your preferred framework to view the specific guide.
Edgio version 4.20.0 supports Node.js version 16.
Edgio Applications’s support for Node.js version 16 is undergoing end-of-life. View the end-of-life plan.
Nuxt.js
Next.js
More frameworks available under “Frameworks” in the nav.
New or existing applications
Generate a new app or deploy an existing one to Edgio. You will need to already have a Edgio account. Follow the steps below.
System Requirements
Existing app
To add Edgio to an existing app, run the following:
Bash
1$ npm i -g @layer0/cli # yarn global add @layer0/cli2$ 0 init3$ 0 deploy
New app
To create a new Edgio compatible app, run:
Bash
1# npm2npm create layer0-app@latest30 deploy
or
Bash
1# yarn2yarn create layer0-app@latest30 deploy