Home

Awesome

Front-Seed

Seed Project (Kick Ass Project) for the development of front-end javascript applications using yarn and grunt. The project is pre-configured with the following grunt modules:

Usage

Instal Dependecies

First install all the tools

$ npm install -g yarn
$ npm install -g grunt-cli

and then download all the 3rd party library and tools with yarn

$ yarn install

the 3rd party library and dev tools should be in node_modules.

Run

To compile and start the application in livereload mode :

$ grunt serve

If you only want to compile the application

$ grunt

The compiled application code is in dist

Want to contribute?

If you've found a bug or have a great idea for new feature let me know by adding your suggestion to issues list.