Skip to content

Kumo-by-Theodo/nextjs-cdk

Repository files navigation

sls-nextjs

Install

To install the project with yarn v3, run yarn install.

Example app

Start the example app in development mode

cd example-app
yarn dev

Start the example app in production mode (local next server)

cd example-app
yarn build
yarn start

Build the package deployment

cd packages/deployment
yarn package

Deploy the example app in production mode (AWS serverless server)

cd example-app
# For a first deployment only:
yarn bootstrap
# Deploy the app
yarn deploy

Contribute

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published