Amplify blog application

This application is built using ReactJS and AWS Amplify. It enables users to create and post blogs related to AWS Amplify. Comment feature lets users express their views or ask doubts regarding the blog.

You view the Demo

image

 

To Run

  1. Star ⭐ and clone this repository
  2. Open the project in your editor (e.g. Vscode)
  3. In your terminal run :
npm run build

If some error occurs try with following command:

npm install --legacy-peer-deps
  1. Run this project:
npm start