Developed by Andrzej Dubiel for good folks at Grid Dynamics.
Dead simple search engine with modal functionality. Demo here
If you haven’t done it before, please install the following prerequisites:
- Node.js & NPM
- Ruby - Windows users only
- Grunt
- Sass
- Scss Lint
In terminal, go to your project directory and run npm cache clear and npm install.
/build/node_modules/source/data/fonts/images/media/misc/scripts/controllers/directives/filters/services/vendors/app.js
/styles/components/core/objects/utilities
/views
In terminal, go to your project directory and run grunt build. By default, it will create dev build in build directory (that’s where local server point to). To create staging simply run grunt build —env=stage or grunt build —env=prod for production.
In terminal, go to your project directory and run grunt server, it will open a new browser window and point to http://localhost:8000/ which points to build directory. From now on you can work within source directory and any changes will be automatically reloaded in your browser.
Each task is self-explanatory. For more information please look inside Gruntfile.js.
grunt datagrunt fontsgrunt imagesgrunt mediagrunt miscgrunt scriptsgrunt stylesgrunt views

