# Q1) How to install and run in dev and prod mode?
# install dependencies
$ yarn install or npm install
# serve with hot reload at localhost:3000
$ yarn dev or npm run dev
# build for production and launch server
$ yarn build or npm build
$ yarn start or npm start
# Q2) How was the app generated?
yarn create nuxt-app ptclient
# Q3) What is the basic knowledge assumed?
# Q4) What to do if it says nuxt not recognized?
cd ptclient
yard add nuxt
If you dont have yarn then:
npm install nuxt