An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# govuk-react-example

[![Greenkeeper badge](https://badges.greenkeeper.io/penx/govuk-react-example.svg)](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
```