Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/daspapan/onyx-store
- Owner: daspapan
- Created: 2024-07-24T07:51:36.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-29T14:28:42.000Z (4 months ago)
- Last Synced: 2024-07-29T19:18:18.403Z (4 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"