chiragpadyal / aws-amplify-comment

Comment System using AWS Amplify Read blog here :

Home Page:https://chiragpadyal.hashnode.dev/rapidcomments-a-reddit-like-commenting-system-with-amplify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amplify Comment Section

How to Run

Step 1: Install pnpm globally for efficient dependency management.

npm install pnpm -g

Step 2: Install project dependencies.

cd aws-amplify-comment
pnpm install

Step 3: Install Amplify CLI globally.

npm i @aws-amplify/cli -g

Step 4: Initialize Amplify project.

amplify init

Step 5: Start local API mock.

amplify mock api

Step 6: Start the application.

pnpm run start

To Deploy

Step 1: Build the project.

pnpm run build

Step 2: Push changes to the cloud.

amplify push

Step 3: Publish the application.

amplify publish

About

Comment System using AWS Amplify Read blog here :

https://chiragpadyal.hashnode.dev/rapidcomments-a-reddit-like-commenting-system-with-amplify

License:MIT License


Languages

Language:TypeScript 78.1%Language:HTML 15.3%Language:CSS 5.1%Language:JavaScript 1.5%