- We're going to use Bootstrap, jQuery & SASS for the development.
- The main objective is to show web accessibility standards such as A, AA and AAA
- For build package we're using Grunt
Pre-requisite: NodeJS (for npm) & Ruby (for SASS) should be installed on your machine.
- Clone this repo
- Go to grunt-boilerplate folder. Inside this folder type below commands
- Install Node.js and Grunt
- npm install
- npm install grunt
- Run "live-server" to start local server. Find below steps to install live Server
- Run "grunt" to run the Project
- Run "grunt-build" to get build folder
- "grunt": "^1.0.2", // Core Grunt module
- "grunt-contrib-concat": "^1.0.1", // Javascript concatenation
- "grunt-contrib-copy": "^1.0.0", // Copy files or folder from src to build folder
- "grunt-contrib-cssmin": "^2.2.1", // CSS minification
- "grunt-contrib-imagemin": "^2.0.1", // Images optimization
- "grunt-contrib-jshint": "^1.1.0", // JS Lint
- "grunt-contrib-uglify": "^3.3.0", // Javascript minification
- "grunt-contrib-watch": "^1.0.0", // Watch for change in file and reload
- "grunt-sass": "^2.1.0", // Sass processing
- "node-sass": "^4.8.3" // Sass processing
To run live server using following commands.
- Install NPM Module : npm install -g live-server
- Run Live Server : live-server