Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/deebloo/famous-seed
- Owner: deebloo
- Created: 2014-10-30T02:45:55.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:40:31.000Z (about 1 year ago)
- Last Synced: 2024-10-31T16:59:35.986Z (2 months ago)
- Language: JavaScript
- Size: 1.28 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 browserifygit 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```
---