Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/himenon/nextjs-form-app
- Owner: Himenon
- Created: 2022-03-28T14:46:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-28T23:39:37.000Z (almost 3 years ago)
- Last Synced: 2024-11-12T23:43:23.478Z (about 2 months ago)
- Topics: custom-server, form, nextjs
- Language: TypeScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nextjs form app
```bash
yarn install
```## Development Server
```bash
yarn dev
# Openopen http://localhost:3000
```## Production Server
```bash
yarn buildyarn 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