next
React framework that uses server-side rendering for building optimized web applications.
=> More information.
- Start the current application in development mode:
next dev
- Start the current application and listen on a specific port:
next dev --port {port}
- Build the current application optimized for production:
next build
- Start the compiled application in production mode:
next start
- Start the compiled application and listen on a specific port:
next start --port {port}
- Export the current application to static HTML pages:
next export
- Display the Next.js telemetry status:
next telemetry
- Display help for a subcommand:
next {build|dev|export|start|telemetry} --help
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY
Proxy Information
- Original URL
- gemini://freeshell.de/tldr/next.gmi
- Status Code
- Success (20)
- Meta
text/gemini;lang=en-GB
- Capsule Response Time
- 117.598755 milliseconds
- Gemini-to-HTML Time
- 0.27742 milliseconds
This content has been proxied by September (3851b).