The following command will install all modules listed as dependencies in package.json.
npm installThe following command will set up the development environment and starts a server.
npm startThe following command will build the front-end part.
npm run buildClick the following link to view the demo. Demo