This repo contains Natour Tourist site.I create this wonderfull design by following jonas schmedtmann advance css course. The main purpose of this site is only Learning and for reference in future.
Commands to install dependencies during making build production:
npm install concat --save-dev (to install npm concat package) npm install autoprefixer --save-dev (to install npm auto prefixer) ----> npm install postcss-cli --save-dev (to install npm postcss-cli package (autoprefixer and stylelint are part of postcss Package)) npm install npm-run-all --save-dev (install to run all upper commands only with this command)