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.
- Host: GitHub
- URL: https://github.com/simonsinclair/project-seed
- Owner: simonsinclair
- License: mit
- Created: 2014-06-25T11:26:04.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-05-28T11:36:31.000Z (about 11 years ago)
- Last Synced: 2025-03-15T21:50:00.388Z (over 1 year ago)
- Language: JavaScript
- Size: 469 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`