Skip to content

Fruitware/fruitframe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published