Skip to content

Latest commit

 

History

History
executable file
·
31 lines (22 loc) · 367 Bytes

readme.md

File metadata and controls

executable file
·
31 lines (22 loc) · 367 Bytes

Projekt

Introduction

Simple page created to help time and keep track of tasks.

Installation

  1. install npm:
sudo yum install npm 
  1. Clone project
git clone url
  1. Install dependiences
cd project
npm i
  1. start application
npm start