#Some useful command

component development command
npm run docs --server:componentPath=./src/components

development mode useful command
npm run start
npm run start --server:prod=true


production mode command
npm run build
