https://github.com/penx/govuk-react-example
Example usage of govuk-react
https://github.com/penx/govuk-react-example
create-react-app final-form govuk govuk-frontend react
Last synced: about 1 year ago
JSON representation
Example usage of govuk-react
- Host: GitHub
- URL: https://github.com/penx/govuk-react-example
- Owner: penx
- Created: 2018-01-24T20:30:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-06T05:20:11.000Z (about 5 years ago)
- Last Synced: 2025-03-01T04:31:49.425Z (over 1 year ago)
- Topics: create-react-app, final-form, govuk, govuk-frontend, react
- Language: JavaScript
- Homepage: http://penx.github.io/govuk-react-example
- Size: 5.81 MB
- Stars: 4
- Watchers: 4
- Forks: 3
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# govuk-react-example
[](https://greenkeeper.io/)
Example usage of [govuk-react](https://github.com/penx/govuk-react) using [create-react-app](https://github.com/facebookincubator/create-react-app/) and [react-final-form](https://github.com/final-form/react-final-form).
To run this project locally:
```
git clone git@github.com:penx/govuk-react-example.git
cd govuk-react-example
npm install
npm start
```