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

https://github.com/fruitware/fruitframe

Fruit Frame
https://github.com/fruitware/fruitframe

Last synced: 12 days ago
JSON representation

Fruit Frame

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