https://github.com/daspapan/onyx-store
A NextJS 14 & Amplify Gen 2 Sample project
https://github.com/daspapan/onyx-store
Last synced: 4 months ago
JSON representation
A NextJS 14 & Amplify Gen 2 Sample project
- Host: GitHub
- URL: https://github.com/daspapan/onyx-store
- Owner: daspapan
- Created: 2024-07-24T07:51:36.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-29T14:28:42.000Z (11 months ago)
- Last Synced: 2025-01-18T02:21:42.971Z (6 months ago)
- Language: TypeScript
- Size: 438 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-depsgit init
git add .
git commit -m "Initial Commit"