This is an html pack which includes bootstrap to create a website faster. It includes gulp4 task runner to build a website easily.
- Install node.js on your computer.
- Run command npm install -g gulp-cli on your computer for globally install gulp-cli.
- Run npm install command from the root directory of there files to install all node packages on that directory.
- Run npm run start command from the root directory of there files to start the files on working mode.
- Run npm run dist command from the root directory of there files to production app with single vendor files.
- Run npm run build command from the root directory of there files to production app with minify all vendor files.