The BIG Board Application provides a Web Interface for viewing and editing the bid items, stored on the server.
It is designed as single page application using react.js.
- Initialize the repository using
npm install - Start the server backend (see backend documentation)
- Start the webpack development server using
npm start
- Bundle the final artifact using
npm run-script build. Please note that you might have to run this command assu, since the finalbundle.jsartifact will be copied to the/staticfolder of the server backend (the server backend also serves the website). The copy command will only work on UNIX-based OS - if you are on Windows, ignore the error and manually copy the finalbundle.jsto/static/build/bundle.js.