Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.04 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.04 KB

Like Service Frontend Client

Frontend service to implement a reusable like button available to users on various pages.

Installation

  • Clone the repository on Github
  • Change directory into the project folder
  • Run npm install to install dependencies

How to Run

You can run the app either as a local server or with Docker.

  • Local Server

Run the project by typing the command npm start in terminal and pressing enter. The application is available at http://localhost:4000.

  • Docker

After making sure that docker is properly installed on your system build the image with the command below

docker build -t like-service-client:latest .

Run the image with the command below

docker run --publish 4000:4000 --name like-service-client like-service-client:latest

Online

The application was deployed using Netlify and is available at https://festive-jackson-c304e8.netlify.app/.