Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daspapan/onyx-store

A NextJS 14 & Amplify Gen 2 Sample project
https://github.com/daspapan/onyx-store

Last synced: 3 days ago
JSON representation

A NextJS 14 & Amplify Gen 2 Sample project

Awesome Lists containing this project

README

        

# Create Project
```sh
npx create-next-app [PROJECT-NAME]
```

# Install packages
```sh
npm install --save aws-amplify @aws-amplify/adapter-nextjs @aws-amplify/ui-react
```

# Setup Amplify
```sh
npm create amplify@latest
```

## Setup CDK Infra
npm install --save git-branch
npm install --save-dev @types/git-branch --legacy-peer-deps

git init
git add .
git commit -m "Initial Commit"