Installing

# cloning
git clone git@github.com:InnaOshmarina/shop-advanced.git <project_name>
cd <project_name>

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm start

# build for production with minification
npm run build