An angular kick start which provides JOHNPAPA styles of coding structure.
Along with that it has grunt CSS, JS, HTML minifier which can be used for minification of codes.
- Run grunt command from ‘./grunt/‘ folder.
- This will generate a minified build at ‘./build/‘ folder.
- Now open up the ‘./build/index.html’ file and change BASE_PATH to your hosting path
i.e:
- Also update this base path in the ‘./build/.htaccess’ file.
i.e: RewriteBase BASE_PATH
- That is all! Now app is ready for deployment..