Run a Site in Production Mode

Running in production mode optimizes a site and starts an optimized server, without hot-update monitoring.

cd <site name>
cecss serve

This command will start a local node server for the site, and the site can be viewed in a browser using the following URL:

http://localhost:8080/

To run the site on a different port, use:

cecss serve -p <port>