USWDS Setup
Install and setup USWDS.
Some examples of USWDS Angular projects:
- https://github.com/softrams/uswds-angular-starter
- https://github.com/wasatchinfotech/angular-uswds-starter-project
Keep this as simple as possible, could potentially just import css from node_modules/uswds in the style.scss file.
@import 'node_modules/uswds/dist/css/uswds.min.css';
Or can we just imports the components we need to keep size to a minimum?
Edited by Clayton, Brandon Scott