Install node packages
npm install
npm install --prefix client
Copy configTemplate.js to config.js
To start both client and server run
npm run dev
To start client and server individually
npm run client
npm run server
To run on production server
npm run install-prod
npm run build
npm run start
Application in serving on port 3000