Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 772 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 772 Bytes

Clipboard

Project, where user can share plain text over the web

Demo

Requirements

NodeJS version 10.x or higher

Getting started

Local development

After cloning repository, go to project directory and run the following command to install dependencies

npm install

Then run the following command to launch development server

npm start

Open http://localhost:3000 to view it in the browser.

Docker

To run app in docker make sure to have docker-compose and then run the following command

docker-compose up

To cleanup run

docker-compose down --rmi=local

Open http://localhost:3000 to view it in the browser.