enx start

Start the current project.


Usage

enx start

Description

Runs the command(s) defined in the [start] section of the project’s enx.toml. Typically used to start a development server or the main application process.

Example

# enx.toml
[start]
commands = ["npm run dev"]
$ enx start
  ▸ Starting "my-app"
  [npm run dev output streams here]

See Also