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

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

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.