Skip to content
/ uswds-tutorial Public template
generated from uswds/uswds-sandbox

A tutorial project to learn about installing, compiling, and customizing with USWDS

License

Notifications You must be signed in to change notification settings

uswds/uswds-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c29af82 · Feb 19, 2025
Nov 7, 2024
Jan 10, 2022
Apr 29, 2024
Mar 21, 2024
Mar 21, 2024
Oct 9, 2024
Jan 10, 2022
Mar 20, 2024
Dec 8, 2022
Dec 8, 2022
Mar 13, 2024
Jan 10, 2022
Mar 20, 2024
Jan 18, 2022
Dec 8, 2022
Mar 21, 2024
Feb 12, 2025
Feb 12, 2025

Repository files navigation

USWDS Tutorial

A tutorial project to learn about installing, compiling, and customizing with USWDS.

Requirements

  • Node v18
  • Git
  • Access to a terminal application
  • A text editor
  • A modern web browser

Installation

  1. Clone the tutorial repo, either in the terminal or with GitHub's Use this template button near the top of the page. We recommend using the terminal and the command line. If you choose to clone using the terminal, open a terminal window, navigate to the directory where you'd like to put the uswds-tutorial directory and run:

    git clone https://github.com/uswds/uswds-tutorial.git

    This will create a uswds-tutorial directory with the tutorial files inside. Navigate to this new directory:

    cd uswds-tutorial
  2. Install the project dependencies:

    npm install
  3. Start the tutorial server:

    npm start
  4. Once the server is running, head to http://localhost:8080/ and follow the directions on the page!

About

A tutorial project to learn about installing, compiling, and customizing with USWDS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published