Clone the repository and perform the following command line actions:
npm install
npm run devNext open http://localhost:3000 in browser
To create a production version of app:
npm install
npm run buildYou can preview the production build with npm run preview.
