next
React framework that uses server-side rendering for building optimized web applications. More information: <https://nextjs.org/docs>.
Install
- All systems
-
curl cmd.cat/next.sh
- Debian
-
apt-get install nmh
- Ubuntu
-
apt-get install nmh
- Alpine
-
apk add nmh
- Arch Linux
-
pacman -S mailutils
- Kali Linux
-
apt-get install nmh
- Fedora
-
dnf install nmh
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install nmh
- OS X
-
brew install mailutils
- Raspbian
-
apt-get install nmh
- Dockerfile
- dockerfile.run/next
- Docker
-
docker run cmd.cat/next next
powered by Commando
React framework that uses server-side rendering for building optimized web applications. More information: <https://nextjs.org/docs>.
-
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
© tl;dr; authors and contributors