Note: You will need a local consus
server running while using this application.
# Clone the repository
git clone [email protected]:TheFourFifths/consus-client.git
# Enter the project directory
cd consus-client
# Install dependencies
npm install
# Build the project
npm run build
# Start the application
npm start
npm test
: Run the test suitenpm run lint
: Run the linternpm run integration-test
: Run the integration tests (requires server listening on port 8081)npm run lintless-test
: Run the test suite without lintingnpm run build
: Build the usable .dist directorynpm run coverage
: Generate a code coverage report
src
: The project's source codelib
: Miscellaneous library modulesstore
: Flux stores which contain state and consume actionsstyles
: Styles built with Stylusviews
: Visual components built with Reactcomponents
: Smaller componentspages
: Entire pages
test
: The project's testsfunctional
: Functional teststest-cases
: Test case valuesunit
: Unit testsutil
: Testing utilities