Built to match the mockups here https://marvelapp.com/a5c8bcg/screen/66136610
There is a comprehensive quick start guide in the Storybook Documentation to setting up an Insights environment complete with:
- Insights Dashboard App
- Insights Chroming
- Insights Proxy
Note: You will need to set up the Insights environment if you want to develop with the app due to the consumption of the chroming service as well as setting up your global/app navigation through the API.
-
npm install -
npm start- starts webpack bundler and serves the files with webpack dev server
-
Travis is used to test the build for this code.
npm run testwill run linters and tests
- any push to the
{REPO}masterbranch will deploy to a{REPO}-buildci-betabranch - any push to the
{REPO}ci-stablebranch will deploy to a{REPO}-buildci-stablebranch - any push to the
{REPO}qa-betabranch will deploy to a{REPO}-buildqa-betabranch - any push to the
{REPO}qa-stablebranch will deploy to a{REPO}-buildqa-stablebranch - any push to the
{REPO}prod-betabranch will deploy to a{REPO}-buildprod-betabranch - any push to the
{REPO}prod-stablebranch will deploy to a{REPO}-buildprod-stablebranch - Pull requests (based on master) will not be pushed to
{REPO}-buildmasterbranch- If the PR is accepted and merged, master will be rebuilt and will deploy to
{REPO}-buildci-betabranch
- If the PR is accepted and merged, master will be rebuilt and will deploy to