generator-fresh
Version:
mad fresh boilerplate generator for yeoman
40 lines (20 loc) • 929 B
Markdown
# Fresh
Fresh is the launch pad for projects at Refresh Media, and the hub for our wealth of knowledge on all things front-end. It's important that development adheres to idiomatic patterns that can be understood across the entire team, on any given project.
Fresh is an on-going project, and new ideas are always welcome.
## Setup
Get started by [downloading the latest build](https://github.com/refreshmedia/fresh/archive/master.zip) from the repository, discarding the `README.md`
Assuming you have [Node](http://nodejs.org/) and [Grunt](http://gruntjs.com/) installed locally, you can take advantage of the Grunt configuration in Fresh.
```shell
npm install
```
Once node is installed, you can start building:
```shell
grunt
```
For active development, use Grunt watch to compile Sass and Coffeescript as you go.
```shell
grunt watch
```
## [HTML](html.md)
## [CSS](css.md)
## [JavaScript](javascript.md)