This project is used to run built projects
Run yarn install
to install project
yarn start --path <path-to-built-project-directory> [options]
Required:
--path <path> : specify the path to built directory
Options:
--ssl [bool] : boolean to know if the server is on http or https (default: false)
'path' argument is expected !
The path
argument is missing please check the syntax
To give an argument please tap --path
after command yarn start
[path-to-built-project-directory] doesn't exist ! Please give a valid path !
The path
is not found , please check that the directory exists