Skip to content

P2PModels/task-allocation-frontend

Repository files navigation

React-based frontend application for Task Allocation.

Installation

  1. Install Node.js and npm, see here
  2. Clone the repository git clone https://github.com/P2PModels/task-allocation-frontend.git
  3. Get into the directory task-allocation-frontend
  4. Rename .env.example to .env
  5. Install dependencies by running npm install

Visit http://localhost:3000 to view the application in the browser.

Start

To start the application in development mode run npm start. To deploy to production run npm run build, which creates an optimized build of the application in the build directory.