To get started simply clone the Product-Catalog-assign
repository and install the dependencies:
Git is required to clone the Product-Catalog-assign
repository.
Node.js and its package manager (npm) are also required to initialize Product-Catalog-assign
application.
Clone the Product-Catalog-assign
repository using git:
git clone https://github.com/Raunak06/Product-Catalog-assign.git
cd Product-Catalog-assign
To install dependencies please run the following command -
npm install
It'll install all the required node modules. Currently only one node module is required to run local server.
This application has been preconfigured with a simple development web server. The simplest way to start this server is:
npm start
Now browse to the app at [http://localhost:8000/
]