# phpman > man > NEXT(1mh)

> **TLDR:** React framework that uses server-side rendering for building optimized web applications.
>
- Start the current application in development mode:
  `next dev`
- Start the current application and listen on a specific port:
  `next dev {{-p|--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 {{-p|--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}} {{-h|--help}}`

*Source: tldr-pages*

---

[NEXT(1mh)](https://www.chedong.com/phpMan.php/man/NEXT/1mh/markdown)                                                                                  [NEXT(1mh)](https://www.chedong.com/phpMan.php/man/NEXT/1mh/markdown)



## NAME
       next - show the next nmh message

## SYNOPSIS
       **next** [**-help**] [**-version**] [_+folder_] [-showproc _program_] [**-showmimeproc** _program_] [**-header** | **-no**‐‐
            **header**] [**-checkmime** | **-nocheckmime**] [switches for _showproc_ or _showmimeproc_]

## DESCRIPTION
       **next** performs a **show** on the next message in the specified (or current) folder.  Like **show**, it
       passes  any  switches on to the program _showproc_ or _showmimeproc_, which is called to list the
       message.  This command is almost exactly equivalent to “**show** **next**”.  Consult the manual entry
       for [_show_(1)](https://www.chedong.com/phpMan.php/man/show/1/markdown) for all the details.

## FILES
       $HOME/.mh_profile   The user profile

## PROFILE COMPONENTS
       Path:               To determine the user's nmh directory
       Current-Folder:     To find the default current folder
       showproc:           Program to show non-MIME messages
       showmimeproc:       Program to show MIME messages

## SEE ALSO
       [_prev_(1)](https://www.chedong.com/phpMan.php/man/prev/1/markdown), [_show_(1)](https://www.chedong.com/phpMan.php/man/show/1/markdown)

## DEFAULTS
       +folder             The current folder.
### -checkmime
### -header

## CONTEXT
       If  a  folder  is  specified,  it  will become the current folder.  The message that is shown
       (i.e., the next message in sequence) will become the current message.

## BUGS
       **next** is really a link to the **show** program.  As a result, if you make a link to **next** and  that
       link  is  not  called  **next**, your link will act like **show** instead.  To circumvent this, add a
       profile-entry for the link to your **nmh** profile and add the argument _next_ to the entry.



nmh-1.7.1                                    1999-04-30                                    [NEXT(1mh)](https://www.chedong.com/phpMan.php/man/NEXT/1mh/markdown)
