- NodeJS >= 17.5.0
- npm
The first thing you need to do to get this app working is to clone the app from git with the following command:
git clone https://github.com/nandinins2022/Customer-app.git
After cloning app you need to do to get this app working is to install the node modules with the following command:
npm install
After installing the Node modules, you can run the app in development mode with this command:
npm start
Open http://localhost:3000 to view the product page in the browser.