A barebones rapid prototyping kit for VA frontend development.
- React, React Router, and Vite for modern frontend development
- USWDS 3.0
- VADS Component Library support
- Sass preprocessing capabilities
- Optional Formation integration
This kit is built with Vite and React. To get started:
- Clone the repository
- Run
yarn install
- Run
yarn dev
to start the development server
You can also use this repository in a CodeSandbox environment to get started quickly. Fork this repository in CodeSandbox
- Create a new file in the
/src/pages
directory - Add a new route to the
/src/Router.jsx
file
- Create a new file in the
/src/components
directory - Import your component into your page where needed
This kit is designed for VA frontend developers who need to:
- Quickly prototype new features or pages
- Create proof of concept ideas
This kit is not intended for production applications. Please note:
- It may contain bugs or issues
- It may not be synchronized with the latest VA design system updates
- It should be considered a prototyping tool rather than a production framework