This repo contains the FrontEnd React Source code for Blackbird.
git clone https://github.com/p1ngul1n0/blackbird-react
Install [email protected] so Polyfills error doesn't happens with react-pdf as said in facebook/create-react-app#11756
npm i [email protected]
npm start
To test the React JS FrontEnd along with Blackbird tool, follow the steps below:
- Build code
npm run build
-
Copy "build" folder content to "templates" folder in blackbird tool
-
Start blackbird WebServer
python blackbird.py --web