An open API service indexing awesome lists of open source software.

https://github.com/simonsinclair/project-seed

A front-end project skeleton.
https://github.com/simonsinclair/project-seed

Last synced: 11 months ago
JSON representation

A front-end project skeleton.

Awesome Lists containing this project

README

          

Project Seed
============

A front-end project skeleton.

Usage
-----

*Dependencies: nodejs, npm, [grunt-cli](https://github.com/gruntjs/grunt-cli).*

```
$ git clone https://github.com/simonsinclair/project-seed.git
$ cd project-seed/
$ npm install
```

### Develop

`$ grunt`

### Deploy

`$ grunt deploy`