Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ianhomer/try-govuk-react-jsx-next
Try govuk-react-jsx-next with Next.js
https://github.com/ianhomer/try-govuk-react-jsx-next
govuk-frontend javascript jsx nextjs reactjs try
Last synced: 8 days ago
JSON representation
Try govuk-react-jsx-next with Next.js
- Host: GitHub
- URL: https://github.com/ianhomer/try-govuk-react-jsx-next
- Owner: ianhomer
- License: isc
- Created: 2020-10-28T21:33:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-14T00:34:25.000Z (over 3 years ago)
- Last Synced: 2023-03-10T23:08:05.191Z (over 1 year ago)
- Topics: govuk-frontend, javascript, jsx, nextjs, reactjs, try
- Language: TypeScript
- Homepage: https://try-govuk-react-jsx-next.vercel.app
- Size: 9.32 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Try govuk-react-jsx-next with Next.js
This is a test site to experiment with using
[govuk-react-jsx](https://github.com/surevine/govuk-react-jsx) with Next.js.Deployed to
## tl;dr
npm install
npm run devAnd access page
http http://localhost:3000
Or production build
npm run build
npm start## debug
Debug server
npm run debug
Open
Debug test by putting `debugger` in the code where you want to break and run,
npm --prefix services/govuk-react-jsx-next run test:debug
## Thanks
Andy Mantell -
GOV.UK Frontend -