Build tools
Use the task to build Basik
Basik uses Grunt for its CSS and JavaScript build system, it's optional, you can use this theme without grunt tools, we included all the dependencies in this project.
- Download and install Node, which we use to manage our dependencies.
- Run
npm install
to install dependencies - Run
grunt build:sass
to build css file - Run
grunt build:dist
to build dist with minified js and css
Note: any commands we tell you to run must be ran from the project's root folder.
Preview
Upload the unpacked files on to your server. eg. Apache or IIS
Note: This template is built with Ajax. you need put the files on a server for the lazyload plugins to work