Skip to content

damianwajer/frontend-skeleton

Repository files navigation

Frontend Skeleton

Example frontend project with Grunt workflow and Browsersync.

Requirements

Getting started

Run npm install in the terminal.

You can view all generated pages in "dist/pages" directory, all source files are in "src" directory.

Usage

Run grunt to build all project files for development and watch for changes or grunt build to build files for production.

Documentation

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, open a pull request.