Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 682 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 682 Bytes

Project Management System

This project contains the source code for the project management system I have built with React.

Installing

  • Clone the project repository to your machine
  • Enter the folder, where you cloned the repo
  • Run npm install to run all the dependencies and packages the project uses
git clone git@github.com:konstantinabl/project-management-system.git
cd project-management-system
npm install

Running the app

Use npm start to run the app in development mode.

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

The page will reload when you make changes.
You may also see any lint errors in the console.