The CLI have dependencies that require Node 8.9 or higher, together with NPM 5.5.1 or higher.
BEFORE YOU INSTALL: please read the prerequisites
npm install -g @malopez1578/projectcli
npm install @malopez1578/projectcli
npm install -g @malopez1578/projectcli@1.0.0
project [--start, --build, --help]
project --help
cd PROJECT-NAME
project --start
Navigate to http://localhost:8080/
. The app will automatically reload if you change any of the source files.
You can configure the default port used by the development server with one command-line options :
project --start --port 3030
cd PROJECT-NAME
project --build
cd PROJECT-NAME
project --new
- Generate documentation.