Sherlock lets you search for a text in any file – on the web. To quickly begin developing, execute following commands:
yarn && yarn devA new browser tab will be opened with the app running. The page will automatically reload whenever you make changes to the code.
Develop –
yarn devRun tests -
yarn testCreate production build –
yarn build-prodCreate development build –
yarn build-dev