To configure argos-frontend simply access src/config/argosConfig.js
git clone [email protected]:bptlab/argos-frontend.git && cd argos-frontendnpm installnpm startBranches are named in this style: BP_[JIN]_[DWU]
If initialising a component with more than two parameters, insert a linebreak after the components name and each parameter.
Right
<EventTable
header={this.state.activeEventType.attributes}
events={this.state.activeEvents}
filter={this.state.filter} />
Wrong
<EventTable header={this.state.activeEventType.attributes} events={this.state.activeEvents} filter={this.state.filter} />
Constructor methods should be structured in this way:
this to functions.Argos frontend uses ReactTestUtils and Jest to test its components. You can run tests by calling npm test in your cli.
Please see the Installation Guide for explanations.
Content type
Image
Digest
Size
360.8 MB
Last updated
about 9 years ago
docker pull bptlab/argos-frontend