Skip to content

ganeshsundaram39/issue-tracker

Repository files navigation

Getting Started

  1. run yarn install to install all of the dependencies
  2. in order to run this project properly you need to run react.js development server and Node API server at the same time
  3. yarn run dev to run both frontend and backend concurrently
  4. create .env.dev files in both frontend and backend folders with values from respective .env files:

Open http://localhost:3000 with your browser to see the result.

Open http://localhost:4000/api/ with your browser to test API Server