Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 885 Bytes

README.md

File metadata and controls

47 lines (37 loc) · 885 Bytes

search-frontend

On a Mac, must be running Node and NPM: https://medium.com/@kkostov/how-to-install-node-and-npm-on-macos-using-homebrew-708e2c3877bd

On a Windows system, must install the Linux Subsytem first: https://medium.com/@edwardbaeg9/using-homebrew-on-windows-10-with-windows-subsystem-for-linux-wsl-c7f1792f88b3

Once the development Node/NPM environment is setup, install yarn globally: brew install yarn

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Run your end-to-end tests

yarn run test:e2e

Run your unit tests

yarn run test:unit

Customize configuration

See Configuration Reference.