I stumbled upon the USWDS (United States Web Design System) when I was searching for a simple baseline framework to use for creating a basic website where accessibility was important. I use Webpack with other projects (although I have to throw out the discalimer that I definitely do not consider myself a Webpack expert) and I wanted to have a Webpack based project to take advantage of the customizability/theming available with USWDS.
This starter project atempts to simplify getting started for anyone else who would like to use the USWDS in this was along with Webpack as the build tool.
Follow the instructions below to get started..
This starter requires a reasonably recent LTS version of Nodejs be installed on your system.
A step by step series of examples that tell you how to get a development env running
Clone the repository
git clone https://github.com/mfoitzik/uswds-webpack-starter.git
Install dependencies
npm install
To run development server
npm run start:dev
To create production distribution
npm run build
Published output files are in the dist folder.
Add additional notes about how to deploy this on a live system
- Mike Foitzik - Initial work - mfoitzik
This project is licensed under the MIT License - see the LICENSE file for details
- This project leverages the work done by the team that created the USWDS