Clean and Modern Sidebar Made With Bootstrap 4
We are using gulp which allows having complete automation to build flow. In case if you don't know - Gulp is a gulp is a toolkit for automating painful or time-consuming tasks in development workflow, so you can stop messing around and build something. You can read it more about it here. Please follow the below steps to install and setup all prerequisites:
- Install nodejs (v9.11.2) and gulp (v3.9.1)
If you have already installed nodejs and gulp, you can skip this step.- Make sure to have the Node.js installed & running on your computer. If you are using the latest version (10x), you might run into some issue based your operating system. We would encourage to install and use the specified version only.
- Open your terminal and install gulp globally. You can use command
npm install -g [email protected]
- Install dependencies
Go to your folder and enter the commandnpm install
. This would install all dependencies for the app in node_modules folder. - Run The App
Enter the command "gulp start". This will open app in your default browser, And you can start editing the files. Every changes you make in the SCSS file will be compiled to CSS by Gulp