Static site generator – frontend boilerplate with Grunt workflow and Browsersync.
Example frontend project with Grunt workflow and Browsersync.
Run npm install
in the terminal.
You can view all generated pages in “dist/pages” directory, all source files are in “src” directory.
Run grunt
to build all project files for development and watch for changes or grunt build
to build files for production.
Please open an issue for support.
Please contribute using Github Flow. Create a branch, add commits, open a pull request.