Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Silom/ngFrame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ngFrame

Please note that this repository is deprecated, due to entirely new angular versions and a low usage I quitted supporting this project. Thanks to all my users, it was fun to build ;).

Build Status dependencies

ngFrame is a front end for Frame. The main idea is to rewrite the Drywall Front end in Angular.js, this is not completely possible since Frame works quite different to the Drywall backend.

Setup

If you want to try it out, use this Frame fork. I had to make changes to get the views and assets right.

After installing Frame, install Gulp and all node packages:

npm install gulp -g
npm install

Run Project with gulp --dev or npm start.

Start customizing.

Build the Project using gulp (This is gulp --dev without starting watcher and adding debugging tools like .map files etc.).

Technology

Client Development
Bootstrap Gulp
Angular.js Browserify
Font-Awesome

Philosophy

  • Don't include a back end
  • Create a website and user system.
  • It's just JavaScript
  • Modularise your code
  • Use Angular :)

And of cause: What you create with ngFrame is more important than ngFrame.

License

MIT