Strongback-css is the combination of a collection of default SASS files and dependencies, CSS components built on top of them, that are informed by the Red Arrow Labs pattern library.
This package is setup to build Red Arrow apps. While extendable, using the markup and CSS as provided will result in an app that reflects the Red Arrow look and feel.
npm install
npm run fractal:sync
npm run watchsass
npm run releaseTools:
TBD
npm run watchsassto build and watch scss changes happening inui-assets/scss. This will also build a development css file with sourcemaps intopublic/cssthat is consumed by Fractal.npm run fractal:syncto build and run fractal instance athttp://localhost:3000
Running both simultaneously will allow changes to scss files to automatically be hot-injected into the Fractal instance.
npm run releasebuild the production sass file indist/app.css.