Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/himenon/nextjs-form-app

Sample implementation of a Form application using nextjs.
https://github.com/himenon/nextjs-form-app

custom-server form nextjs

Last synced: 11 days ago
JSON representation

Sample implementation of a Form application using nextjs.

Awesome Lists containing this project

README

        

# nextjs form app

```bash
yarn install
```

## Development Server

```bash
yarn dev
# Open

open http://localhost:3000
```

## Production Server

```bash
yarn build

yarn start
```

## References

* https://nextjs.org/docs/advanced-features/custom-server
* https://github.com/vercel/next.js/tree/canary/examples/custom-server-express
* https://github.com/vercel/next.js/tree/canary/examples/custom-server-hapi