Netflex devtool
Installation
npm install @apility/netflex-devtool -g
Prerequisite
You will have to have Docker installed on your device.
https://docs.docker.com/install/
See migration guide for existing sites.
Usage
Navigate to the working directory of a Netflex V3 based project
and execute the following command
netflex serve
or you can specify the path as the first option
netflex serve path/to/your/site
You will be prompted to configure the required settings
Advanced usage
If your Netflex project have a defined watcher you can invoke it by running
netflex serve path/to/your/site --watch
To get a verbose output
netflex serve path/to/your/site --watch --verbose