Skip to content

web client to build a reusable like button that can be added across multiple pages

Notifications You must be signed in to change notification settings

grantfayvor/like-service-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/.

About

web client to build a reusable like button that can be added across multiple pages

Topics

Resources

Stars

Watchers

Forks