Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 741 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 741 Bytes

Blackbird React

This repo contains the FrontEnd React Source code for Blackbird.

Setup

Clone repository

git clone https://github.com/p1ngul1n0/blackbird-react

Install React-Scripts

Install react-scripts@4.0.3 so Polyfills error doesn't happens with react-pdf as said in facebook/create-react-app#11756

npm i react-scripts@4.0.3

Start the project

npm start

Test

To test the React JS FrontEnd along with Blackbird tool, follow the steps below:

  1. Build code
npm run build
  1. Copy "build" folder content to "templates" folder in blackbird tool

  2. Start blackbird WebServer

python blackbird.py --web