Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/deebloo/famous-seed

Seed project for famous
https://github.com/deebloo/famous-seed

Last synced: 15 days ago
JSON representation

Seed project for famous

Awesome Lists containing this project

README

        

#Famous Seed
> A seed project for Famous using browserify and gulp

---

###Installation

```bash
npm install -g browserify # first install browserify

git clone https://github.com/DannyBlueDesign/famous-seed

npm install & bower install # install dependencies
```

Optional
```bash
rm -rf .git && git init && git commit -m "Make it so" # optionally reset git history
```

---

Build and Run the dev server with ```gulp serve```

Run the linters with ```gulp lint```

Build app ```gulp```

---