React-based frontend application for Task Allocation.
- Install Node.js and npm, see here
- Clone the repository
git clone https://github.com/P2PModels/task-allocation-frontend.git
- Get into the directory
task-allocation-frontend
- Rename
.env.example
to.env
- Install dependencies by running
npm install
Visit http://localhost:3000 to view the application in the browser.
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.