This project was bootstrapped with Create React App.
This project uses CircleCi and CodeClimate for CI/CD.
The project is hosted (currently only development/staging) at https://app.searchjockey.com/
In the project directory, you can run:
Make sure you have npm installed, then run
Installs project dependencies
We recommend development with VSCode
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
These all run as part of the CD pipeline anyway, so it's only going to save you time to find (and fix) them locally first!
Analyze source code to flag programming errors, bugs, stylistic errors, and suspicious constructs.
You can fix many errors automatically using npm run lint:fix
Test coverage
Check .codeclimate.yml
(if you've made changes).