https://github.com/usds/visa_ds-160_state_frontend
Next.JS React frontend for a visa application
https://github.com/usds/visa_ds-160_state_frontend
Last synced: 10 months ago
JSON representation
Next.JS React frontend for a visa application
- Host: GitHub
- URL: https://github.com/usds/visa_ds-160_state_frontend
- Owner: usds
- License: apache-2.0
- Created: 2025-03-17T20:23:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-26T22:41:46.000Z (about 1 year ago)
- Last Synced: 2025-05-26T23:34:27.568Z (about 1 year ago)
- Language: TypeScript
- Size: 1.12 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
Run one-time install of modules:
```bash
npm install
```
Update basePath in `next.config.ts`. Sample configuration is the format that would be used for relative links within a Cloud.gov Pages site.
Run the development server:
```bash
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Learn More
This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.