Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 732 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 732 Bytes

BASIL

BASIL - Front End

This repository folder host the source code of the BASIL Front End Web Application.

The UI was built using the patternfly-react-seed.

Development scripts (run from this directory)

# Install development/build dependencies
npm install

# Start the development server
npm run start:dev

# Run a production build (outputs to "dist" dir)
npm run build

# Run the linter
npm run lint

# Run the code formatter
npm run format

# Launch a tool to inspect the bundle size
npm run bundle-profile:analyze

# Start the express server (run a production build first)
npm run start