Skip to content

cybermill/Customer-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Prerequisites

  • NodeJS >= 17.5.0
  • npm

Step 1 - Node Modules

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

Step 2 - Node Modules

After cloning app you need to do to get this app working is to install the node modules with the following command:

npm install

Step 3 - Running the App

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.4%
  • HTML 6.7%
  • CSS 4.9%