Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 377 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 377 Bytes

Simple issue tracker

This application consists of server written in Node.js and UI written with usage of React and Material UI.

To start application install necessary dependencies:

npm install 
cd client
npm install

Get back to root directory and run following command:

npm start

It will start both UI (port 8080) and server (port 3000) in hot reload mode.