https://github.com/fruitware/fruitframe
Fruit Frame
https://github.com/fruitware/fruitframe
Last synced: 12 days ago
JSON representation
Fruit Frame
- Host: GitHub
- URL: https://github.com/fruitware/fruitframe
- Owner: Fruitware
- Created: 2013-07-21T08:37:39.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:39:17.000Z (over 2 years ago)
- Last Synced: 2025-02-26T17:48:31.123Z (over 1 year ago)
- Language: JavaScript
- Size: 3.25 MB
- Stars: 0
- Watchers: 11
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FruitFrame
## Files and Folders structure
* Grunt.js
* package.json
* README.md
* _src_ - Front-end source
* _mockup_ - Front-end final result
* _app_ - Application
* _test_ - Tests
* _db_ - Database migrations
## Developing front-end
1. install node.js
* cd to project folder
* run ```npm instal```
* run ```grunt```
Now you are in live development mode. Making any changes will compile automatically JS and CSS source.
Before commiting changes run ```grunt build```. This command will compile, minify and copy all the files in the right folders.
## TODO
* Templating
* Development and Build mode for mockups
* Sprites generation