Skip to content

Latest commit

 

History

History
64 lines (39 loc) · 1011 Bytes

README.md

File metadata and controls

64 lines (39 loc) · 1011 Bytes

My Yelp

Welcome to my project. It is My Yelp project.

Acknowledgements

Authors

Github

Deployment

  https://master.dl0wpc1vkqvun.amplifyapp.com/

Installation

Install ReactJs App, Amplify Project

  npx create-react-app .
  npm i -g @aws-amplify/[email protected]

Lessons Learned

I learned more about ReactJs and AWS from this video

Run Locally

Clone the project

  git clone git remote add origin https://github.com/Soburjon19/myyelp.git

Go to the project directory

  cd yelp

Install dependencies

  npm install

Start the server

  npm run start